From cf63dcbff72726324f0370afa8bae0194a5681ad Mon Sep 17 00:00:00 2001 From: Shahid Date: Tue, 7 Feb 2023 14:08:43 +0530 Subject: [PATCH] Update Dockerfile Incorporating review comments https://github.com/cloudflare/cfssl/pull/1267#discussion_r1083943730 and https://github.com/cloudflare/cfssl/pull/1267#discussion_r1083963991 --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 192d59d65..d22bf1946 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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