Skip to content

Commit b17d65b

Browse files
authored
Merge pull request #395 from wneessen/dependabot/docker/golang-b39810f
Bump golang from `c83e68f` to `b39810f`
2 parents 0b69b89 + edf7862 commit b17d65b

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)