Skip to content

Commit

Permalink
Merge pull request #384 from alfrunes/dep-golang
Browse files Browse the repository at this point in the history
chore: Bump golang build image 1.22.4-alpine1.19 -> 1.22.5-alpine1.20
  • Loading branch information
oldgiova authored Jul 5, 2024
2 parents 12cec7c + 2f4122f commit 15a8532
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.4-alpine3.19 as builder
FROM --platform=$BUILDPLATFORM golang:1.22.5-alpine3.20 as builder
ARG TARGETARCH
WORKDIR /go/src/github.com/mendersoftware/deviceconnect
RUN mkdir -p /etc_extra
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.acceptance
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.4-alpine3.19 as builder
FROM golang:1.22.5-alpine3.20 as builder
WORKDIR /go/src/github.com/mendersoftware/deviceconnect
RUN mkdir -p /etc_extra
RUN echo "nobody:x:65534:" > /etc_extra/group
Expand Down

0 comments on commit 15a8532

Please sign in to comment.