Skip to content

Commit

Permalink
Merge pull request #1009 from alfrunes/go-1.22.1
Browse files Browse the repository at this point in the history
Bump golang Docker image to 1.22.1
  • Loading branch information
tranchitella committed Mar 6, 2024
2 parents 012620b + edcff4a commit 413e2aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.22.0 as builder
FROM --platform=$BUILDPLATFORM golang:1.22.1 as builder
ARG TARGETARCH
# Multiple architectures: we must have every library for every
# architecture for every arch build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.acceptance-testing
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.0 as builder
FROM golang:1.22.1 as builder
RUN apt-get update && \
apt-get -y upgrade && \
apt-get install -y \
Expand Down

0 comments on commit 413e2aa

Please sign in to comment.