Skip to content

Commit

Permalink
Merge pull request #395 from CPS-IT/renovate/php-8.x
Browse files Browse the repository at this point in the history
[TASK] Update php Docker tag to v8.3
  • Loading branch information
eliashaeussler authored Nov 28, 2023
2 parents 3c9d0a2 + aa08b2b commit ab5e77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM composer:2.6 AS composer
LABEL maintainer="Elias Häußler <[email protected]>"

FROM php:8.2-alpine
FROM php:8.3-alpine
COPY --from=composer /usr/bin/composer /usr/bin/composer

ENV COMPOSER_ALLOW_SUPERUSER=1
Expand Down

0 comments on commit ab5e77c

Please sign in to comment.