We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a610a56 commit 07333a1Copy full SHA for 07333a1
Dockerfile
@@ -2,7 +2,7 @@
2
3
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx
4
5
-FROM --platform=$BUILDPLATFORM golang:1.24.0-alpine AS build
+FROM --platform=$BUILDPLATFORM golang:1.24.6-alpine AS build
6
WORKDIR /app
7
8
COPY --from=xx / /
go.mod
@@ -1,6 +1,6 @@
1
module gabe565.com/geoip-cache-proxy
-go 1.24.0
+go 1.24.6
require (
gabe565.com/utils v0.0.0-20250302063333-ede73b14282c
0 commit comments