Skip to content

Commit 83e7dff

Browse files
build: bump golang from 1.22.4 to 1.22.5
Bumps golang from 1.22.4 to 1.22.5. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0914c80 commit 83e7dff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG DOCKER_GEN_VERSION=main
22

33
# Build docker-gen from scratch
4-
FROM --platform=$BUILDPLATFORM golang:1.22.4-alpine as go-builder
4+
FROM --platform=$BUILDPLATFORM golang:1.22.5-alpine as go-builder
55

66
ENV CGO_ENABLED=0
77

Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG DOCKER_GEN_VERSION=main
22

33
# Build docker-gen from scratch
4-
FROM --platform=$BUILDPLATFORM golang:1.22.4 as go-builder
4+
FROM --platform=$BUILDPLATFORM golang:1.22.5 as go-builder
55

66
ENV CGO_ENABLED=0
77

0 commit comments

Comments
 (0)