We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfb7eb6 + e583c87 commit 91e50e7Copy full SHA for 91e50e7
Dockerfile
@@ -3,7 +3,7 @@
3
# SPDX-License-Identifier: MIT
4
5
## Build first
6
-FROM --platform=${BUILDPLATFORM} golang:latest@sha256:c7e98cc0fd4dfb71ee7465fee6c9a5f079163307e4bf141b336bb9dae00159a5 AS builder
+FROM --platform=${BUILDPLATFORM} golang:latest@sha256:c42e4d75186af6a44eb4159dcfac758ef1c05a7011a0052fe8a8df016d8e8fb9 AS builder
7
RUN mkdir /builddir
8
ADD . /builddir/
9
WORKDIR /builddir
0 commit comments