Skip to content

Commit

Permalink
Core: Use php82 for Userlifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed May 8, 2024
1 parent a6345d7 commit eaae3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/userlifecycle/docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
userlifecycle:
image: ghcr.io/openconext/openconext-basecontainers/${USERLIFECYCLE_PHP_IMAGE:-php72-apache2-node14-composer2:latest}
image: ghcr.io/openconext/openconext-basecontainers/${USERLIFECYCLE_PHP_IMAGE:-php82-apache2-node20-composer2:latest}
volumes:
- ${USERLIFECYCLE_CODE_PATH}:/var/www/html
environment:
Expand Down

0 comments on commit eaae3ef

Please sign in to comment.