We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27a33af + 37b8dce commit 158104aCopy full SHA for 158104a
compose.override.dist.yml
@@ -49,7 +49,7 @@ services:
49
ports:
50
- "80:80"
51
nodejs:
52
- image: node:${NODE_VERSION:-18}-alpine
+ image: node:${NODE_VERSION:-20}-alpine
53
user: ${DOCKER_USER:-1000:1000}
54
working_dir: /srv/sylius
55
entrypoint: [ "/bin/sh","-c" ]
0 commit comments