Skip to content

Commit 0a3412a

Browse files
chore(deps): Bump golang from 1.25-alpine to 1.26-alpine in /docker
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 2308dc3 commit 0a3412a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/go.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.4
22
# Go execution environment with BuildKit optimizations
3-
FROM golang:1.25-alpine
3+
FROM golang:1.26-alpine
44

55
# Install common tools
66
RUN apk add --no-cache \

0 commit comments

Comments
 (0)