Skip to content

Commit

Permalink
Bump golang (#3570)
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 `6c27802` to `af9b40f`

---
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 Jul 31, 2024
1 parent 66be1f4 commit 3aff811
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.22.5-bookworm@sha256:6c2780255bb7b881e904e303be0d7a079054160b2ce1efde446693c0850a39ad
FROM golang:1.22.5-bookworm@sha256:af9b40f2b1851be993763b85288f8434af87b5678af04355b1e33ff530b5765f

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

0 comments on commit 3aff811

Please sign in to comment.