Skip to content

Commit

Permalink
Merge pull request #280 from nats-io/dependabot/docker/cicd/golang-1.…
Browse files Browse the repository at this point in the history
…22.0-bullseye

Bump golang from 1.21.4-bullseye to 1.22.0-bullseye in /cicd
  • Loading branch information
samuelattwood authored Apr 9, 2024
2 parents 5096d8e + 24c546b commit e356771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/Dockerfile_goreleaser
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#syntax=docker/dockerfile-upstream:1.5
FROM --platform=$BUILDPLATFORM golang:1.21.4-bullseye as build
FROM --platform=$BUILDPLATFORM golang:1.22.0-bullseye as build

RUN <<EOT
set -e
Expand Down

0 comments on commit e356771

Please sign in to comment.