Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2024
1 parent e79f0a9 commit 6a39d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker build -t dscp-hyproof-client .
# docker run --rm -h gui --name gui -p 3000:80 dscp-hyproof-client
ARG NODE_VERSION=18-alpine
ARG NODE_VERSION=20-alpine
FROM node:$NODE_VERSION AS build

RUN npm -g install npm@10.x.x
Expand Down

0 comments on commit 6a39d55

Please sign in to comment.