Skip to content
Snippets Groups Projects
Commit e624d3ae authored by jurgenhaas's avatar jurgenhaas
Browse files

#25 Update default node version to 16

parent e8ac933a
No related branches found
Tags v2.2.9
1 merge request!48Merging develop into main [MINOR_VERSION]
......@@ -3,7 +3,7 @@
set -e
if [[ -z "$NODE_VERSION" ]]; then
NODE_VERSION=12-stretch-slim
NODE_VERSION=16-stretch-slim
fi
NAME=${COMPOSE_PROJECT_NAME}_l3d_node
ID=$(docker container ls --all -q -f name=^${NAME}$)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment