Skip to content

Commit

Permalink
Merge pull request #307 from mendersoftware/dependabot/docker/golang-…
Browse files Browse the repository at this point in the history
…1.22.0-alpine3.19

chore: bump golang from 1.21.6-alpine3.19 to 1.22.0-alpine3.19
  • Loading branch information
kjaskiewiczz authored Mar 1, 2024
2 parents 670c316 + 0af7eab commit 459e64d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.6-alpine3.19 as builder
FROM --platform=$BUILDPLATFORM golang:1.22.0-alpine3.19 as builder
ARG TARGETARCH
WORKDIR /go/src/github.com/mendersoftware/workflows
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.6-alpine3.19 as builder
FROM golang:1.22.0-alpine3.19 as builder
WORKDIR /go/src/github.com/mendersoftware/workflows
RUN mkdir -p /etc_extra
RUN echo "nobody:x:65534:" > /etc_extra/group
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.acceptance-testing.worker
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.6-alpine3.19 as builder
FROM golang:1.22.0-alpine3.19 as builder
WORKDIR /go/src/github.com/mendersoftware/workflows
RUN mkdir -p /etc_extra
RUN echo "nobody:x:65534:" > /etc_extra/group
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.worker
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.21.6-alpine3.19 as builder
FROM --platform=$BUILDPLATFORM golang:1.22.0-alpine3.19 as builder
ARG TARGETARCH
WORKDIR /go/src/github.com/mendersoftware/workflows
RUN mkdir -p /etc_extra
Expand Down

0 comments on commit 459e64d

Please sign in to comment.