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 f8fecc3 commit e211addCopy full SHA for e211add
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.22.1
+FROM alpine:3.22.2
53
54
# Install minimal dependencies
55
RUN apk add --no-cache ca-certificates tzdata
0 commit comments