mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-31 14:13:09 +02:00
chore: update Go version to 1.25.1 in Dockerfile and module files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Stage 1: deps
|
||||
FROM golang:1.25.0-alpine AS deps
|
||||
FROM golang:1.25.1-alpine AS deps
|
||||
HEALTHCHECK NONE
|
||||
|
||||
# package version does not matter
|
||||
|
||||
Reference in New Issue
Block a user