Skip to content

Commit

Permalink
Upgrade Dockerfiles to use PHP82
Browse files Browse the repository at this point in the history
  • Loading branch information
MKodde committed Oct 26, 2023
1 parent f73186a commit 3cb51e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/openconext/openconext-basecontainers/php72-apache2-node14-composer2:latest
FROM ghcr.io/openconext/openconext-basecontainers/php82-apache2-node16-composer2:latest

RUN rm -rf /etc/apache2/sites-enabled/*
COPY ./docker/conf/selfservice-apache2.conf /etc/apache2/sites-enabled/selfservice.conf
Expand Down
3 changes: 2 additions & 1 deletion docker/Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ghcr.io/openconext/openconext-basecontainers/php72-apache2:latest AS php-build
FROM ghcr.io/openconext/openconext-basecontainers/php82-apache2:latest AS php-build

COPY *.tar.bz2 /tmp/
RUN tar -xvjf /tmp/*.tar.bz2 -C /var/www/html/ && \
rm -rf /tmp/*.tar.bz2
Expand Down

0 comments on commit 3cb51e0

Please sign in to comment.