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 59243e1 commit c013778Copy full SHA for c013778
Dockerfile
@@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 go build -trimpath -ldflags "$LDFLAGS" -o ./rr ./cmd/rr && ./r
26
# ---- Final stage ----
27
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3
28
29
-RUN apk add --no-cache ca-certificates
+RUN apk upgrade --no-cache && apk add --no-cache ca-certificates
30
31
# use same build arguments for image labels
32
ARG APP_VERSION="undefined"
0 commit comments