Skip to content

Commit 71d3af2

Browse files
authored
chore: bump to node 16 in dockerfiles (#841)
1 parent 43afef4 commit 71d3af2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/recipes/docker-client/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14-bullseye-slim
1+
FROM node:16-bullseye-slim
22

33
# Set variable so puppeteer will not try to download chromium
44
ENV PUPPETEER_SKIP_DOWNLOAD=true

docs/recipes/docker-server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14-bullseye-slim
1+
FROM node:16-bullseye-slim
22

33
# Install utilities
44
RUN apt-get update --fix-missing && apt-get install -y python build-essential && apt-get clean

0 commit comments

Comments
 (0)