Skip to content

Commit

Permalink
Use node 18 for the web-app
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh0 committed Sep 18, 2023
1 parent 4ce471b commit cc9575a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/data/container-build/cerc-mobymask-ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Originally from: https://github.com/devcontainers/images/blob/main/src/javascript-node/.devcontainer/Dockerfile
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18, 16, 14, 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster
ARG VARIANT=16-bullseye
ARG VARIANT=18-bullseye
FROM node:${VARIANT}

ARG USERNAME=node
Expand Down

0 comments on commit cc9575a

Please sign in to comment.