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:1c78323e27e7aff8ac92377845119cd52ac3d3b22e197b3b14e8eb64af387f8c AS packages
5+ FROM node:24-trixie-slim@sha256:3ea05728f3ddaa6d1be740431f0cfca0f2a1c9361991a5efb08205a2a0605bef 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:1c78323e27e7aff8ac92377845119cd52ac3d3b22e197b3b14e8eb64af387f8c AS build
19+ FROM node:24-trixie-slim@sha256:3ea05728f3ddaa6d1be740431f0cfca0f2a1c9361991a5efb08205a2a0605bef 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:1c78323e27e7aff8ac92377845119cd52ac3d3b22e197b3b14e8eb64af387f8c
54+ FROM node:24-trixie-slim@sha256:3ea05728f3ddaa6d1be740431f0cfca0f2a1c9361991a5efb08205a2a0605bef
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