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 a350af4 commit f5731f6Copy full SHA for f5731f6
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:16-alpine AS build_node
+FROM node:16-alpine@sha256:a1f9d027912b58a7c75be7716c97cfbc6d3099f3a97ed84aa490be9dee20e787 AS build_node
2
COPY frontend frontend
3
WORKDIR frontend
4
RUN npm install
@@ -12,7 +12,7 @@ COPY --from=build_node frontend/dist frontend/dist
12
RUN go install ./cmd/${cmd}
13
14
# Start fresh from a smaller image
15
-FROM alpine:3
+FROM alpine:3@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
16
ARG cmd=ssl-status-board
17
COPY --from=build_go /go/bin/${cmd} /app
18
USER 1000
0 commit comments