Skip to content

Commit 1538c43

Browse files
Update golang Docker tag to v1.26
1 parent 2be79de commit 1538c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Use the offical golang image to create a binary.
22
# This is based on Debian and sets the GOPATH to /go.
33
# https://hub.docker.com/_/golang
4-
FROM golang:1.23-alpine as builder
4+
FROM golang:1.26-alpine as builder
55

66
# Create and change to the app directory.
77
WORKDIR /app

0 commit comments

Comments
 (0)