Skip to content

Commit 25dcf27

Browse files
docker: bump golang from 1.21.4-alpine to 1.22.2-alpine
Bumps golang from 1.21.4-alpine to 1.22.2-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 e823d8d commit 25dcf27

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.21.4-alpine AS build
1+
FROM golang:1.24.1-alpine AS build
22
# TODO: dynamically get this value
33
ENV GOVERSION=1.21.4
44

0 commit comments

Comments
 (0)