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 ad3a889 commit 8d7fe36Copy full SHA for 8d7fe36
docker/Dockerfile
@@ -59,7 +59,7 @@ RUN VERSION=$(git describe --tags 2>/dev/null || echo 'dev') && \
59
-o faces faces.go
60
61
# Exporting minimal docker image with pre-built binary.
62
-FROM alpine@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
+FROM alpine@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
63
64
# Install runtime dependencies for the binary
65
RUN apk add --no-cache ca-certificates
0 commit comments