Skip to content

Commit

Permalink
Bump golang (#3613)
Browse files Browse the repository at this point in the history
Bumps the docker-deps group in /examples/deployment/docker/db_client 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 ae782da commit 277e738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/deployment/docker/db_client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.0-bookworm@sha256:31dc846dd1bcca84d2fa231bcd16c09ff271bcc1a5ae2c48ff10f13b039688f3
FROM golang:1.23.1-bookworm@sha256:1a5326b07cbab12f4fd7800425f2cf25ff2bd62c404ef41b56cb99669a710a83

RUN apt-get update && \
apt-get install -y mariadb-client
Expand Down

0 comments on commit 277e738

Please sign in to comment.