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 92050e4 commit 959f966Copy full SHA for 959f966
Dockerfile
@@ -8,7 +8,7 @@ COPY internal internal
8
RUN go install ./...
9
10
# Start fresh from a smaller image
11
-FROM alpine:3.21@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
+FROM alpine:3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
12
COPY --from=build /go/bin/ssl-simulation-controller /app/ssl-simulation-controller
13
USER 1000
14
ENTRYPOINT ["/app/ssl-simulation-controller"]
0 commit comments