Skip to content

Commit

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


Updates `library/golang` from 1.22-bookworm to 1.23-bookworm

---
updated-dependencies:
- dependency-name: library/golang
  dependency-type: direct:production
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 5df4828 commit 40e09e2
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,7 +1,7 @@
# syntax=docker/dockerfile:1

# -✂- this stage is used to develop and build the application locally -------------------------------------------------
FROM docker.io/library/golang:1.22-bookworm AS develop
FROM docker.io/library/golang:1.23-bookworm AS develop

# use the /var/tmp/go as the GOPATH to reuse the modules cache
ENV GOPATH="/var/tmp/go"
Expand Down

0 comments on commit 40e09e2

Please sign in to comment.