Skip to content

Commit c8879b5

Browse files
update: bump golang in /build in the docker-packages group (#1895)
Bumps the docker-packages group in /build with 1 update: golang. Updates `golang` from 1.23-alpine to 1.24-alpine --- updated-dependencies: - dependency-name: golang dependency-type: direct:production dependency-group: docker-packages ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc4bd0c commit c8879b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-alpine AS build
1+
FROM golang:1.24-alpine AS build
22

33
WORKDIR /go/src
44

0 commit comments

Comments
 (0)