Skip to content

Commit

Permalink
build(deps): bump golang in /docker/prod
Browse files Browse the repository at this point in the history
Bumps golang from 1.19.3-alpine to 1.23.2-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 84f584a commit 7c5fe3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/prod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Set also `ARCH` ARG here so we can use it on all the `FROM`s.
ARG ARCH

FROM golang:1.19.3-alpine as build-stage
FROM golang:1.23.2-alpine as build-stage

LABEL org.opencontainers.image.source https://github.com/slok/sloth

Expand Down

0 comments on commit 7c5fe3a

Please sign in to comment.