Skip to content

Commit f6b8464

Browse files
Update golang Docker tag to v1.25
1 parent 2be79de commit f6b8464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.25-alpine as builder
55

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

0 commit comments

Comments
 (0)