Skip to content

Commit 865a8a9

Browse files
committed
Merge branch 'feature/useImageDigest' into 'main'
use image digest See merge request flarenetwork/ftso/ftso-scaling!168
2 parents a77cecb + 0d57b7b commit 865a8a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM node:22-slim AS nodemodules
1+
FROM node:22-slim@sha256:4a4884e8a44826194dff92ba316264f392056cbe243dcc9fd3551e71cea02b90 AS nodemodules
22

33
WORKDIR /app
44

55
COPY package.json yarn.lock ./
66
RUN yarn install --frozen-lockfile --network-timeout 100000
77

8-
FROM node:22-slim AS build
8+
FROM node:22-slim@sha256:4a4884e8a44826194dff92ba316264f392056cbe243dcc9fd3551e71cea02b90 AS build
99

1010
WORKDIR /app
1111

@@ -15,7 +15,7 @@ COPY . ./
1515
RUN yarn build
1616
RUN yarn build ftso-reward-calculation-process
1717

18-
FROM node:22-slim AS runtime
18+
FROM node:22-slim@sha256:4a4884e8a44826194dff92ba316264f392056cbe243dcc9fd3551e71cea02b90 AS runtime
1919

2020
WORKDIR /app
2121

0 commit comments

Comments
 (0)