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 b7f23b2 commit 9eaf7dfCopy full SHA for 9eaf7df
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM golang:1.23-alpine AS builder
+FROM golang:1.24-alpine AS builder
3
4
# Install git and ca-certificates (needed for fetching dependencies and HTTPS)
5
RUN apk add --no-cache git ca-certificates tzdata file
Dockerfile.dev
@@ -2,7 +2,7 @@
# Uses Alpine instead of scratch for debugging
# Build stage - same as production
6
7
8
0 commit comments