Skip to content

Commit e583c87

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

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:c7e98cc0fd4dfb71ee7465fee6c9a5f079163307e4bf141b336bb9dae00159a5 AS builder
6+
FROM --platform=${BUILDPLATFORM} golang:latest@sha256:c42e4d75186af6a44eb4159dcfac758ef1c05a7011a0052fe8a8df016d8e8fb9 AS builder
77
RUN mkdir /builddir
88
ADD . /builddir/
99
WORKDIR /builddir

0 commit comments

Comments
 (0)