Skip to content

Commit

Permalink
chore: bump PHP to 8.3 in connector and renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
zieglermarian committed Apr 24, 2024
1 parent cc48f09 commit 5c81e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockerio.mirror.docker.edu-sharing.com/php:8.1.12-apache as builder
FROM dockerio.mirror.docker.edu-sharing.com/php:8.3.6-apache as builder

RUN set -eux \
&& apt-get update \
Expand All @@ -15,7 +15,7 @@ RUN composer install && rm -f composerinstaller.php composer.phar

########################################################################################################################

FROM dockerio.mirror.docker.edu-sharing.com/php:8.1.12-apache
FROM dockerio.mirror.docker.edu-sharing.com/php:8.3.6-apache

RUN set -eux \
&& apt-get update \
Expand Down

0 comments on commit 5c81e4c

Please sign in to comment.