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 990747d commit 202987fCopy full SHA for 202987f
Dockerfile
@@ -9,5 +9,6 @@ RUN go install ./...
9
# Start fresh from a smaller image
10
FROM alpine:3.9
11
COPY --from=build /go/bin/ssl-simulation-controller /app/ssl-simulation-controller
12
+USER 1000
13
ENTRYPOINT ["/app/ssl-simulation-controller"]
14
CMD []
0 commit comments