Skip to content

Commit

Permalink
Dockerfile: Set default value for buildarg ENVVAR
Browse files Browse the repository at this point in the history
  • Loading branch information
hligit committed Mar 18, 2024
1 parent 08ade33 commit 573a4fe
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,6 +1,6 @@
FROM --platform=$BUILDPLATFORM golang:1.20 as builder
ARG TARGETPLATFORM
ARG ENVVAR
ARG ENVVAR=CGO_ENABLED=0
WORKDIR /go/src/github.com/atlassian/escalator/
COPY go.mod go.sum Makefile ./
COPY cmd cmd
Expand Down

0 comments on commit 573a4fe

Please sign in to comment.