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 9d62366 commit 6332087Copy full SHA for 6332087
1 file changed
Dockerfile
@@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/go/pkg \
16
--mount=type=cache,target=/root/.cache/go-build \
17
task generate build GOOS=${TARGETOS} GOARCH=${TARGETARCH}
18
19
-FROM alpine:3.23@sha256:be171b562d67532ea8b3c9d1fc0904288818bb36fc8359f954a7b7f1f9130fb2
+FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
20
21
RUN apk add --no-cache ca-certificates mailcap && \
22
addgroup -g 1337 prometheus-vcd-sd && \
0 commit comments