Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
binbin-li authored Apr 26, 2024
1 parent 1e136d2 commit 06136c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# limitations under the License.

ARG BUILDERIMAGE="golang:1.21@sha256:d83472f1ab5712a6b2b816dc811e46155e844ddc02f5f5952e72c6deedafed77"
ARG BASEIMAGE="gcr.io/distroless/static:nonroot"
ARG BASEIMAGE="gcr.io/distroless/static:nonroot@sha256:e9ac71e2b8e279a8372741b7a0293afda17650d926900233ec3a7b2b7c22a246"

FROM --platform=$BUILDPLATFORM $BUILDERIMAGE as builder

Expand Down

0 comments on commit 06136c3

Please sign in to comment.