Skip to content

Commit

Permalink
Merge pull request #380 from mendersoftware/dependabot/docker/docker-…
Browse files Browse the repository at this point in the history
…dependencies-0bdf6079d6

chore: bump golang from 1.22.3-alpine3.19 to 1.22.4-alpine3.19 in the docker-dependencies group
  • Loading branch information
kjaskiewiczz authored Jul 2, 2024
2 parents 3d8e83b + e975c5a commit e38b34c
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.3-alpine3.19 as builder
FROM --platform=$BUILDPLATFORM golang:1.22.4-alpine3.19 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.3-alpine3.19 as builder
FROM golang:1.22.4-alpine3.19 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 e38b34c

Please sign in to comment.