Skip to content

Commit f5731f6

Browse files
renovate[bot]g3force
authored andcommitted
Pin dependencies
1 parent a350af4 commit f5731f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-alpine AS build_node
1+
FROM node:16-alpine@sha256:a1f9d027912b58a7c75be7716c97cfbc6d3099f3a97ed84aa490be9dee20e787 AS build_node
22
COPY frontend frontend
33
WORKDIR frontend
44
RUN npm install
@@ -12,7 +12,7 @@ COPY --from=build_node frontend/dist frontend/dist
1212
RUN go install ./cmd/${cmd}
1313

1414
# Start fresh from a smaller image
15-
FROM alpine:3
15+
FROM alpine:3@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
1616
ARG cmd=ssl-status-board
1717
COPY --from=build_go /go/bin/${cmd} /app
1818
USER 1000

0 commit comments

Comments
 (0)