Skip to content

Commit

Permalink
build: bump golang from 1.20.12 to 1.21.5
Browse files Browse the repository at this point in the history
Bumps golang from 1.20.12 to 1.21.5.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent ccceeb6 commit 131af00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG DOCKER_GEN_VERSION=main

# Build docker-gen from scratch
FROM golang:1.20.12-alpine as go-builder
FROM golang:1.21.5-alpine as go-builder

ARG DOCKER_GEN_VERSION
WORKDIR /build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG DOCKER_GEN_VERSION=main

# Build docker-gen from scratch
FROM golang:1.20.12 as go-builder
FROM golang:1.21.5 as go-builder

ARG DOCKER_GEN_VERSION

Expand Down

0 comments on commit 131af00

Please sign in to comment.