Skip to content

Commit

Permalink
build(deps): bump golang in the all-docker group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the all-docker group with 1 update in the / directory: golang.


Updates `golang` from 1.23.2-bullseye to 1.23.4-bullseye

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 12, 2025
1 parent 6726c10 commit c7c664c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Step 1: Build Go API
FROM golang:1.23.2-bullseye as api-build
FROM golang:1.23.4-bullseye as api-build
ARG GIT_COMMIT

WORKDIR /src/wallet-backend
Expand Down

0 comments on commit c7c664c

Please # to comment.