Skip to content

Commit

Permalink
Merge pull request #417 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 authored Mar 6, 2024
2 parents a32f795 + 882c0ba commit 6a8d60a
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.21.5-alpine3.17 as builder
FROM --platform=$BUILDPLATFORM golang:1.22.1-alpine3.19 as builder
ARG TARGETARCH
WORKDIR /go/src/github.com/mendersoftware/useradm
RUN mkdir -p /etc_extra
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.21.5-alpine3.17 as builder
FROM golang:1.22.1-alpine3.19 as builder
WORKDIR /go/src/github.com/mendersoftware/useradm
RUN mkdir -p /etc_extra
RUN echo "nobody:x:65534:" > /etc_extra/group
Expand Down

0 comments on commit 6a8d60a

Please sign in to comment.