Skip to content

Commit

Permalink
chore: fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Oct 19, 2024
1 parent dcc8024 commit 88b9a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# STEP 1 build ui
FROM --platform=$BUILDPLATFORM node:22-alpine as node
FROM --platform=$BUILDPLATFORM node:22-alpine AS node

RUN apk update && apk add --no-cache make

Expand All @@ -20,7 +20,7 @@ RUN make ui


# STEP 2 build executable binary
FROM --platform=$BUILDPLATFORM golang:1.23-alpine as builder
FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS builder

# Install git + SSL ca certificates.
# Git is required for fetching the dependencies.
Expand Down

0 comments on commit 88b9a2b

Please sign in to comment.