Skip to content

Commit

Permalink
docker: bump golang in /unstable/combined
Browse files Browse the repository at this point in the history
Bumps golang from 1.21rc3-bookworm to 1.21rc4-bookworm.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 3, 2023
1 parent 1309d93 commit a3b2e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unstable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# https://hub.docker.com/_/golang

FROM golang:1.21rc3-bookworm as builder
FROM golang:1.21rc4-bookworm as builder

# A current dev branch build (mirrored to fork) is used for pre-release Go
# versions, otherwise the latest upstream build of the tool is installed in
Expand Down Expand Up @@ -56,7 +56,7 @@ RUN echo "Installing golangci-lint@${GOLANGCI_LINT_VERSION}" \
&& golangci-lint --version


FROM golang:1.21rc3-bookworm as final
FROM golang:1.21rc4-bookworm as final

# https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package
LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci"
Expand Down

0 comments on commit a3b2e55

Please sign in to comment.