Skip to content

Commit

Permalink
Merge pull request #195 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 fa3fd02 + e838c67 commit a8eb7cd
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,5 +1,5 @@
ARG WORKFLOWS_VERSION=master
FROM --platform=$BUILDPLATFORM golang:1.22.0-alpine3.18 as builder
FROM --platform=$BUILDPLATFORM golang:1.22.1-alpine3.19 as builder
ARG TARGETARCH
RUN apk add --no-cache \
ca-certificates \
Expand Down

0 comments on commit a8eb7cd

Please sign in to comment.