Skip to content

Commit

Permalink
Bump golang in /integration/cloudbuild/testbase in the docker-deps gr…
Browse files Browse the repository at this point in the history
…oup (#3614)

Bumps the docker-deps group in /integration/cloudbuild/testbase with 1 update: golang.


Updates `golang` from 1.23.0-bookworm to 1.23.1-bookworm

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 10, 2024
1 parent c315c4a commit c104547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/cloudbuild/testbase/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This Dockerfile builds a base image for Trillan integration tests.
FROM golang:1.23.0-bookworm@sha256:31dc846dd1bcca84d2fa231bcd16c09ff271bcc1a5ae2c48ff10f13b039688f3
FROM golang:1.23.1-bookworm@sha256:1a5326b07cbab12f4fd7800425f2cf25ff2bd62c404ef41b56cb99669a710a83

WORKDIR /testbase

Expand Down

0 comments on commit c104547

Please sign in to comment.