Skip to content

Commit

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


Updates `golang` from 1.23.2-bullseye to 1.23.3-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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2024
1 parent 1ae6bf4 commit 309ccc8
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.3-bullseye as api-build
ARG GIT_COMMIT

WORKDIR /src/wallet-backend
Expand Down

0 comments on commit 309ccc8

Please sign in to comment.