Skip to content

Commit

Permalink
Merge pull request #184 from willdavsmith/willdavsmith/dockerfile-casing
Browse files Browse the repository at this point in the history
Fix warning for Dockerfile casing
  • Loading branch information
stefanprodan authored Jul 16, 2024
2 parents 551ce4b + 6609f27 commit f9f3d22
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
Expand Up @@ -3,7 +3,7 @@ ARG XX_VERSION=1.4.0

FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx

FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine as builder
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine AS builder

# Copy the build utilities.
COPY --from=xx / /
Expand Down

0 comments on commit f9f3d22

Please sign in to comment.