Skip to content

Commit

Permalink
chore(deps): update node.js to 4eec2c9
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 2be3b48 commit c46f3fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG ENVIRONMENT_CONFIG=heroku

# Stage 1 - Create yarn install skeleton layer
FROM node:20-bookworm-slim@sha256:ec35a66c9a0a275b027debde05247c081f8b2f0c43d7399d3a6ad5660cee2f6a AS packages
FROM node:20-bookworm-slim@sha256:4eec2c9e4468edc690a31597b5bf7aecaf10e2dffd3fd0521670b6f602c44002 AS packages
ARG ENVIRONMENT_CONFIG

WORKDIR /app
Expand All @@ -16,7 +16,7 @@ COPY plugins plugins
RUN find packages \! -name "package.json" -mindepth 2 -maxdepth 2 -print | xargs rm -rf

# Stage 2 - Install dependencies and build packages
FROM node:20-bookworm-slim@sha256:ec35a66c9a0a275b027debde05247c081f8b2f0c43d7399d3a6ad5660cee2f6a AS build
FROM node:20-bookworm-slim@sha256:4eec2c9e4468edc690a31597b5bf7aecaf10e2dffd3fd0521670b6f602c44002 AS build
ARG ENVIRONMENT_CONFIG

# Set Python interpreter for `node-gyp` to use
Expand Down Expand Up @@ -51,7 +51,7 @@ RUN mkdir packages/backend/dist/skeleton packages/backend/dist/bundle \
&& tar xzf packages/backend/dist/bundle.tar.gz -C packages/backend/dist/bundle

# Stage 3 - Build the actual backend image and install production dependencies
FROM node:20-bookworm-slim@sha256:ec35a66c9a0a275b027debde05247c081f8b2f0c43d7399d3a6ad5660cee2f6a
FROM node:20-bookworm-slim@sha256:4eec2c9e4468edc690a31597b5bf7aecaf10e2dffd3fd0521670b6f602c44002
ARG ENVIRONMENT_CONFIG

# Set Python interpreter for `node-gyp` to use
Expand Down

0 comments on commit c46f3fe

Please sign in to comment.