Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven/fixes/9.0' into maven/rele…
Browse files Browse the repository at this point in the history
…ase/9.0
  • Loading branch information
metaventis-build committed Apr 29, 2024
2 parents 04109aa + 5c81e4c commit 7aa16a2
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 7aa16a2

Please sign in to comment.