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 903ee92 commit 67b7264Copy full SHA for 67b7264
Dockerfile.dev
@@ -49,7 +49,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build \
49
RUN file /app/articulate-parser || echo "file command not available"
50
51
# Development stage - uses Alpine for shell access
52
-FROM alpine:3.21.3
+FROM alpine:3.22.0
53
54
# Install minimal dependencies
55
RUN apk add --no-cache ca-certificates tzdata
0 commit comments