Skip to content

Commit aaa4510

Browse files
build(deps): bump golang from 1.25-alpine to 1.26-alpine in /docker/prod
Bumps golang from 1.25-alpine to 1.26-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3757b66 commit aaa4510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/prod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Set also `ARCH` ARG here so we can use it on all the `FROM`s.
22
ARG ARCH
33

4-
FROM golang:1.25-alpine as build-stage
4+
FROM golang:1.26-alpine as build-stage
55

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

0 commit comments

Comments
 (0)