Skip to content

Commit

Permalink
Fix Dockerfile case warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jum committed Feb 21, 2025
1 parent 318770f commit 0ce49f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile for building the project with static assets
FROM --platform=$BUILDPLATFORM golang:1.24-bookworm as build
FROM --platform=$BUILDPLATFORM golang:1.24-bookworm AS build
WORKDIR /goapp
COPY go.mod go.sum ./
RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg go mod download
Expand Down

0 comments on commit 0ce49f8

Please sign in to comment.