Skip to content

Commit 7d733ac

Browse files
dependabot[bot]vbouchaud
authored andcommitted
docker: bump golang from 1.20.4-alpine to 1.21.4-alpine
Bumps golang from 1.20.4-alpine to 1.21.4-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6cd87d7 commit 7d733ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.4-alpine AS build
1+
FROM golang:1.21.4-alpine AS build
22
# TODO: dynamically get this value
33
ENV GOVERSION=1.20.4
44

0 commit comments

Comments
 (0)