Skip to content

Commit 7a0fe17

Browse files
build: bump golang from 1.20.12 to 1.21.5
Bumps golang from 1.20.12 to 1.21.5. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2ffde47 commit 7a0fe17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.alpine

+1-1
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 golang:1.20.12-alpine as go-builder
4+
FROM golang:1.21.5-alpine as go-builder
55

66
ARG DOCKER_GEN_VERSION
77
WORKDIR /build

Dockerfile.debian

+1-1
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 golang:1.20.12 as go-builder
4+
FROM golang:1.21.5 as go-builder
55

66
ARG DOCKER_GEN_VERSION
77

0 commit comments

Comments
 (0)