Skip to content

Commit

Permalink
Merge pull request #755 from backstage/renovate/node-20-bookworm-slim
Browse files Browse the repository at this point in the history
chore(deps): update node.js to f44fa8d
  • Loading branch information
awanlin authored Dec 6, 2024
2 parents 7616d57 + 315e9ca commit 5564f48
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:a0196893dffad1f1a5723a8c817b45681402be549a8f196bf9c93a5bc30628e3 AS packages
FROM node:20-bookworm-slim@sha256:f44fa8d6d0ef15fe252459ac5d3d178362231a7948d7d07e147bae891006e2e5 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:a0196893dffad1f1a5723a8c817b45681402be549a8f196bf9c93a5bc30628e3 AS build
FROM node:20-bookworm-slim@sha256:f44fa8d6d0ef15fe252459ac5d3d178362231a7948d7d07e147bae891006e2e5 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:a0196893dffad1f1a5723a8c817b45681402be549a8f196bf9c93a5bc30628e3
FROM node:20-bookworm-slim@sha256:f44fa8d6d0ef15fe252459ac5d3d178362231a7948d7d07e147bae891006e2e5
ARG ENVIRONMENT_CONFIG

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

0 comments on commit 5564f48

Please sign in to comment.