File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22ARG ENVIRONMENT_CONFIG=heroku
33
44# Stage 1 - Create yarn install skeleton layer
5- FROM node:24-trixie-slim@sha256:a16979bcaf12a2fd24888eb8e89874b11bd1038a3e3f1881c26a5e2b8fb92b5c AS packages
5+ FROM node:24-trixie-slim@sha256:036dfa7e82a1e867b09248440a2b6635b3f8de557f69e60bac923a10c6e696a8 AS packages
66ARG ENVIRONMENT_CONFIG
77
88WORKDIR /app
@@ -16,7 +16,7 @@ COPY plugins plugins
1616RUN find packages \! -name "package.json" -mindepth 2 -maxdepth 2 -print | xargs rm -rf
1717
1818# Stage 2 - Install dependencies and build packages
19- FROM node:24-trixie-slim@sha256:a16979bcaf12a2fd24888eb8e89874b11bd1038a3e3f1881c26a5e2b8fb92b5c AS build
19+ FROM node:24-trixie-slim@sha256:036dfa7e82a1e867b09248440a2b6635b3f8de557f69e60bac923a10c6e696a8 AS build
2020ARG ENVIRONMENT_CONFIG
2121
2222# Set Python interpreter for `node-gyp` to use
@@ -51,7 +51,7 @@ RUN mkdir packages/backend/dist/skeleton packages/backend/dist/bundle \
5151 && tar xzf packages/backend/dist/bundle.tar.gz -C packages/backend/dist/bundle
5252
5353# Stage 3 - Build the actual backend image and install production dependencies
54- FROM node:24-trixie-slim@sha256:a16979bcaf12a2fd24888eb8e89874b11bd1038a3e3f1881c26a5e2b8fb92b5c
54+ FROM node:24-trixie-slim@sha256:036dfa7e82a1e867b09248440a2b6635b3f8de557f69e60bac923a10c6e696a8
5555ARG ENVIRONMENT_CONFIG
5656
5757# Set Python interpreter for `node-gyp` to use
You can’t perform that action at this time.
0 commit comments