Skip to content

Commit

Permalink
Matrix Image: Bump amd64/golang in /unstable/combined
Browse files Browse the repository at this point in the history
Bumps amd64/golang from 1.22.3-bookworm to 1.22.4-bookworm.

---
updated-dependencies:
- dependency-name: amd64/golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 5, 2024
1 parent 92f2e49 commit 2b7b47f
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 amd64/golang:1.22.3-bookworm as builder
FROM amd64/golang:1.22.4-bookworm as builder

# Explicitly disable automatic fetching of Go toolchains newer than the
# version explicitly provided by this container image.
Expand Down Expand Up @@ -112,7 +112,7 @@ RUN echo "Installing golangci-lint@${GOLANGCI_LINT_VERSION}" \
&& golangci-lint --version


FROM amd64/golang:1.22.3-bookworm as final
FROM amd64/golang:1.22.4-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 2b7b47f

Please sign in to comment.