Skip to content

Commit f7bcb42

Browse files
build(deps): bump golang from 1.18.1-alpine to 1.18.5-alpine
Bumps golang from 1.18.1-alpine to 1.18.5-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5a1576a commit f7bcb42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+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.18.1-alpine as go-builder
4+
FROM golang:1.19.3-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.18.1 as go-builder
4+
FROM golang:1.19.3 as go-builder
55

66
ARG DOCKER_GEN_VERSION
77

0 commit comments

Comments
 (0)