Skip to content

Commit

Permalink
Merge pull request #994 from mendersoftware/dependabot/docker/golang-…
Browse files Browse the repository at this point in the history
…1.21.6

chore: bump golang from 1.21.5 to 1.21.6
  • Loading branch information
kjaskiewiczz authored Feb 3, 2024
2 parents a9a3a01 + 5c94ace commit 92d7771
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 as builder
FROM --platform=$BUILDPLATFORM golang:1.21.6 as builder
ARG TARGETARCH
# Multiple architectures: we must have every library for every
# architecture for every arch build
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 as builder
FROM golang:1.21.6 as builder
RUN apt-get update && \
apt-get -y upgrade && \
apt-get install -y \
Expand Down

0 comments on commit 92d7771

Please sign in to comment.