We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe542a commit 5dd6b13Copy full SHA for 5dd6b13
Dockerfile
@@ -1,5 +1,5 @@
1
# Package the Node.js project into a single binary
2
-FROM --platform=${TARGETPLATFORM:-linux/amd64} node:16.17.0-alpine3.16 as builder
+FROM --platform=${TARGETPLATFORM:-linux/amd64} node:20.2.0-alpine3.16 as builder
3
4
# Workaround: https://github.com/nodejs/docker-node/issues/813#issuecomment-407339011
5
# Error: could not get uid/gid
test/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:16.16.0-bullseye-slim
+FROM node:20.5.1-bullseye-slim
RUN addgroup --gid 1001 asciidoc && adduser --disabled-password --ingroup asciidoc -u 1001 asciidoc
0 commit comments