diff --git a/Dockerfile b/Dockerfile index 3f55085..b15e5e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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