Skip to content

Commit 9ba75e3

Browse files
authored
Merge pull request #60 from sweetrpg/dependabot/docker/golang-1.25.5
Bump golang from 1.25.3 to 1.25.5
2 parents 1859bd6 + 06bdbab commit 9ba75e3

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,6 +1,6 @@
11
# This is a multi-stage Dockerfile and requires >= Docker 17.05
22
# https://docs.docker.com/engine/userguide/eng-image/multistage-build/
3-
FROM golang:1.25.3 AS builder
3+
FROM golang:1.25.5 AS builder
44

55
ENV GOPROXY=http://proxy.golang.org
66

0 commit comments

Comments
 (0)