Skip to content

Commit

Permalink
Merge pull request #710 from alfrunes/go1.22.2
Browse files Browse the repository at this point in the history
Bump golang to go1.22.2
  • Loading branch information
merlin-northern committed Apr 16, 2024
2 parents a53b4e4 + c1d6c7b commit da1c1bc
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.1-alpine3.19 as builder
FROM --platform=$BUILDPLATFORM golang:1.22.2-alpine3.19 as builder
ARG TARGETARCH
WORKDIR /go/src/github.com/mendersoftware/deviceauth
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.22.1-alpine3.19 as builder
FROM golang:1.22.2-alpine3.19 as builder
WORKDIR /go/src/github.com/mendersoftware/deviceauth
RUN mkdir -p /etc_extra
RUN echo "nobody:x:65534:" > /etc_extra/group
Expand Down

0 comments on commit da1c1bc

Please sign in to comment.