Skip to content

Commit 97d8366

Browse files
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 5ca8c4f commit 97d8366

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/tfe-drift
77

0 commit comments

Comments
 (0)