Skip to content

Commit

Permalink
Merge pull request #149 from wader/bump-golang-1.22.6
Browse files Browse the repository at this point in the history
Update golang to 1.22.6 from 1.22.5
  • Loading branch information
wader authored Aug 7, 2024
2 parents e13f5de + d18933e commit 3ddf1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bump: golang /FROM golang:([\d.]+)/ docker:golang|^1
# bump: golang link "Release notes" https://golang.org/doc/devel/release.html
FROM golang:1.22.5-bookworm AS builder
FROM golang:1.22.6-bookworm AS builder

# patch is used by cmd/bump/main_test.sh to test diff
RUN apt update && apt install -y patch
Expand Down

0 comments on commit 3ddf1b1

Please sign in to comment.