Skip to content

Commit 3bb04b4

Browse files
authored
Merge pull request #70 from OpenConext/feature/ra-should-use-node-20
Stepup RA should use node 20 by default, as 14 is not supported by RA…
2 parents fad1aff + 020bacc commit 3bb04b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stepup/ra/docker-compose.override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
ra:
4-
image: ghcr.io/openconext/openconext-basecontainers/${RA_PHP_IMAGE:-php82-apache2-node14-composer2:latest}
4+
image: ghcr.io/openconext/openconext-basecontainers/${RA_PHP_IMAGE:-php82-apache2-node20-composer2:latest}
55
volumes:
66
- ${RA_CODE_PATH}:/var/www/html
77
- ./ra/appconf.conf:/etc/apache2/sites-enabled/000-default.conf

0 commit comments

Comments
 (0)