Skip to content

Commit

Permalink
Update dependency node
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jun 10, 2023
1 parent 3fe542a commit 68ccb7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Package the Node.js project into a single binary
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

# Workaround: https://github.com/nodejs/docker-node/issues/813#issuecomment-407339011
# Error: could not get uid/gid
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.16.0-bullseye-slim
FROM node:20.3.0-bullseye-slim

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

Expand Down

0 comments on commit 68ccb7c

Please sign in to comment.