Skip to content

Commit

Permalink
chore(deps): bump node to 18.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amille44420 committed Sep 1, 2023
1 parent d2fa807 commit 0967189
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
executors:
node-standalone:
docker:
- image: cimg/node:18.16.0
- image: cimg/node:18.17.1

jobs:
deps-install:
Expand Down
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.16.0-bullseye-slim as build
FROM node:18.17.1-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.16.0-bullseye-slim
FROM node:18.17.1-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.16.0-bullseye-slim as build
FROM --platform=linux/arm64 node:18.17.1-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.16.0-bullseye-slim
FROM --platform=linux/arm64 node:18.17.1-bullseye-slim

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

0 comments on commit 0967189

Please sign in to comment.