Skip to content

Commit 8d36e0b

Browse files
authored
Merge pull request #1114 from wader/bump-docker-golang-1.24.2
Update docker-golang to 1.24.2 from 1.24.1
2 parents 0bf29fb + ab8cf3a commit 8d36e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# bump: docker-golang /FROM golang:([\d.]+)/ docker:golang|^1
2-
FROM golang:1.24.1-bookworm AS base
2+
FROM golang:1.24.2-bookworm AS base
33

44
# expect is used to test cli
55
RUN \

0 commit comments

Comments
 (0)