Skip to content

Commit

Permalink
chore(deps): update node docker tag to v18.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent e01dbde commit 77feebc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/chrome/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.17.1-bullseye-slim as build
FROM node:18.18.2-bullseye-slim as build

RUN apt-get update \
&& apt-get install -y --no-install-recommends curl \
Expand Down Expand Up @@ -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.18.2-bullseye-slim

RUN apt-get update \
&& apt-get install -y wget gnupg ca-certificates procps libxss1 \
Expand Down
4 changes: 2 additions & 2 deletions docker/chromium/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/arm64 node:18.17.1-bullseye-slim as build
FROM --platform=linux/arm64 node:18.18.2-bullseye-slim as build

RUN apt-get update \
&& apt-get install -y --no-install-recommends curl \
Expand Down Expand Up @@ -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.18.2-bullseye-slim

RUN apt-get update \
&& apt-get install -y wget gnupg ca-certificates procps libxss1 \
Expand Down

0 comments on commit 77feebc

Please sign in to comment.