Skip to content

Commit 40c2b7a

Browse files
authored
Merge pull request usnavy13#52 from usnavy13/dependabot/docker/docker/golang-1.26-alpine
chore(deps): Bump golang from 1.25-alpine to 1.26-alpine in /docker
2 parents d05399d + 0a3412a commit 40c2b7a

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)