We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43afef4 commit 71d3af2Copy full SHA for 71d3af2
docs/recipes/docker-client/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:14-bullseye-slim
+FROM node:16-bullseye-slim
2
3
# Set variable so puppeteer will not try to download chromium
4
ENV PUPPETEER_SKIP_DOWNLOAD=true
docs/recipes/docker-server/Dockerfile
# Install utilities
RUN apt-get update --fix-missing && apt-get install -y python build-essential && apt-get clean
0 commit comments