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 7cdea0d commit a5f36b7Copy full SHA for a5f36b7
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
ARG RUN
2
3
-FROM node:24-alpine as builderenv
+FROM node:24-alpine@sha256:5fa278c599dbba0c8f873d8717d50ecbb57c5ae6a53b7ab240c25135e0b65995 as builderenv
4
5
WORKDIR /app
6
@@ -18,7 +18,7 @@ RUN yarn install --prod --frozen-lockfile
18
19
########################## END OF BUILD STAGE ##########################
20
21
-FROM node:24-alpine
+FROM node:24-alpine@sha256:5fa278c599dbba0c8f873d8717d50ecbb57c5ae6a53b7ab240c25135e0b65995
22
23
RUN apk update && apk add --update wget && apk add --update tini
24
0 commit comments