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.
2 parents a77cecb + 0d57b7b commit 865a8a9Copy full SHA for 865a8a9
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM node:22-slim AS nodemodules
+FROM node:22-slim@sha256:4a4884e8a44826194dff92ba316264f392056cbe243dcc9fd3551e71cea02b90 AS nodemodules
2
3
WORKDIR /app
4
5
COPY package.json yarn.lock ./
6
RUN yarn install --frozen-lockfile --network-timeout 100000
7
8
-FROM node:22-slim AS build
+FROM node:22-slim@sha256:4a4884e8a44826194dff92ba316264f392056cbe243dcc9fd3551e71cea02b90 AS build
9
10
11
@@ -15,7 +15,7 @@ COPY . ./
15
RUN yarn build
16
RUN yarn build ftso-reward-calculation-process
17
18
-FROM node:22-slim AS runtime
+FROM node:22-slim@sha256:4a4884e8a44826194dff92ba316264f392056cbe243dcc9fd3551e71cea02b90 AS runtime
19
20
21
0 commit comments