Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Incorporating review comments #1267 (comment) and #1267 (comment)
  • Loading branch information
shahidhs-ibm authored Feb 7, 2023
1 parent 8467879 commit cf63dcb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM --platform=${BUILDPLATFORM} golang:1.19.3@sha256:d388153691a825844ebb3586dd04d1c60a2215522cc445701424205dffc8a83e
FROM --platform=${BUILDPLATFORM} golang:1.19.3

ARG TARGETOS TARGETARCH
ARG TARGETOS
ARG TARGETARCH

WORKDIR /workdir
COPY . /workdir
Expand Down

0 comments on commit cf63dcb

Please sign in to comment.