From d8797d93c295a9b807d25534545f7ac8f5557320 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:35:48 +0000 Subject: [PATCH] chore(deps): update node docker tag to v18.20.6 --- docker/chrome/Dockerfile | 4 ++-- docker/chromium/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/chrome/Dockerfile b/docker/chrome/Dockerfile index 55410a1..d1da470 100644 --- a/docker/chrome/Dockerfile +++ b/docker/chrome/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.17.1-bullseye-slim as build +FROM node:18.20.6-bullseye-slim as build RUN apt-get update \ && apt-get install -y --no-install-recommends curl \ @@ -28,7 +28,7 @@ RUN yarn install --immutable # install node prune RUN curl -sf https://gobinaries.com/tj/node-prune | sh -FROM node:18.17.1-bullseye-slim +FROM node:18.20.6-bullseye-slim RUN apt-get update \ && apt-get install -y wget gnupg ca-certificates procps libxss1 \ diff --git a/docker/chromium/Dockerfile b/docker/chromium/Dockerfile index f13429f..b69ea19 100644 --- a/docker/chromium/Dockerfile +++ b/docker/chromium/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/arm64 node:18.17.1-bullseye-slim as build +FROM --platform=linux/arm64 node:18.20.6-bullseye-slim as build RUN apt-get update \ && apt-get install -y --no-install-recommends curl \ @@ -28,7 +28,7 @@ RUN yarn install --immutable # install node prune RUN curl -sf https://gobinaries.com/tj/node-prune | sh -FROM --platform=linux/arm64 node:18.17.1-bullseye-slim +FROM --platform=linux/arm64 node:18.20.6-bullseye-slim RUN apt-get update \ && apt-get install -y wget gnupg ca-certificates procps libxss1 \