Skip to content

Commit edf7862

Browse files
Bump golang from c83e68f to b39810f
Bumps golang from `c83e68f` to `b39810f`. --- updated-dependencies: - dependency-name: golang dependency-version: latest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ccbfc78 commit edf7862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: MIT
44

55
## Build first
6-
FROM --platform=${BUILDPLATFORM} golang:latest@sha256:c83e68f3ebb6943a2904fa66348867d108119890a2c6a2e6f07b38d0eb6c25c5 AS builder
6+
FROM --platform=${BUILDPLATFORM} golang:latest@sha256:b39810f6440772ab1ddaf193aa0c2a2bbddebf7a877f127c113b103e48fd8139 AS builder
77
RUN mkdir /builddir
88
ADD . /builddir/
99
WORKDIR /builddir

0 commit comments

Comments
 (0)