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 2016bbf commit ee44d8bCopy full SHA for ee44d8b
Dockerfile
@@ -1,6 +1,6 @@
1
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx
2
3
-FROM --platform=$BUILDPLATFORM golang:1.24.0-alpine AS go-builder
+FROM --platform=$BUILDPLATFORM golang:1.24.1-alpine AS go-builder
4
WORKDIR /app
5
6
COPY --from=xx / /
go.mod
module gabe565.com/castsponsorskip
-go 1.24.0
+go 1.24.1
require (
gabe565.com/utils v0.0.0-20250302063333-ede73b14282c
0 commit comments