From 51f9e8010f3ca96ca468d608631e766b66c9a474 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:28:08 +0000 Subject: [PATCH] chore(deps): update node.js to 48ca201 (#4674) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8c421099..0267100a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM node:20@sha256:f99a6bd6fb137cfc683e1ff60e7d67aa8d5fcf45a6a64c01c37b4f433a6238b6 as deps +FROM --platform=$BUILDPLATFORM node:20@sha256:48ca2016597303600e8ff125a42aa3fc7a08325da6615c89dc4cddf156bded6f as deps RUN mkdir /app WORKDIR /app RUN apt-get update && apt-get install -y git python3 build-essential libc-dev @@ -9,7 +9,7 @@ ADD .yarn .yarn ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true RUN yarn -FROM --platform=$TARGETPLATFORM node:20@sha256:f99a6bd6fb137cfc683e1ff60e7d67aa8d5fcf45a6a64c01c37b4f433a6238b6 as platform_deps +FROM --platform=$TARGETPLATFORM node:20@sha256:48ca2016597303600e8ff125a42aa3fc7a08325da6615c89dc4cddf156bded6f as platform_deps RUN mkdir /app WORKDIR /app RUN apt-get update && apt-get install -y git python3 build-essential libc-dev @@ -21,7 +21,7 @@ COPY --from=deps /app/.yarnrc.yml .yarnrc.yml ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true RUN yarn -FROM node:20@sha256:f99a6bd6fb137cfc683e1ff60e7d67aa8d5fcf45a6a64c01c37b4f433a6238b6 as base +FROM node:20@sha256:48ca2016597303600e8ff125a42aa3fc7a08325da6615c89dc4cddf156bded6f as base RUN mkdir /app WORKDIR /app