Skip to content

Commit 68ccb7c

Browse files
committed
Update dependency node
1 parent 3fe542a commit 68ccb7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Package the Node.js project into a single binary
2-
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:16.17.0-alpine3.16 as builder
2+
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:20.2.0-alpine3.16 as builder
33

44
# Workaround: https://github.com/nodejs/docker-node/issues/813#issuecomment-407339011
55
# Error: could not get uid/gid

test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.16.0-bullseye-slim
1+
FROM node:20.3.0-bullseye-slim
22

33
RUN addgroup --gid 1001 asciidoc && adduser --disabled-password --ingroup asciidoc -u 1001 asciidoc
44

0 commit comments

Comments
 (0)