Skip to content

Commit

Permalink
Bump golang from 1.23.0 to 1.23.1 in /deployments/devel
Browse files Browse the repository at this point in the history
Bumps golang from 1.23.0 to 1.23.1.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 6, 2024
1 parent dec72fb commit cb9db0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# This Dockerfile is also used to define the golang version used in this project
# This allows dependabot to manage this version in addition to other images.
FROM golang:1.23.0
FROM golang:1.23.1

WORKDIR /work
COPY * .
Expand Down

0 comments on commit cb9db0c

Please sign in to comment.