We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7ca14 commit 9c87ffbCopy full SHA for 9c87ffb
1 file changed
Dockerfile
@@ -1,5 +1,6 @@
1
# Build stage
2
-FROM golang:1.26.2-alpine3.21 AS builder
+# Official images publish 1.26.2-alpine / 1.26.2-alpine3.22+ — not alpine3.21.
3
+FROM golang:1.26.2-alpine AS builder
4
5
WORKDIR /app
6
0 commit comments