Skip to content

Commit

Permalink
Update wyrihaximusnet/php Docker tag to v8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 37a1144 commit eeba438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/reactphp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM wyrihaximusnet/php:8.3-nts-alpine-slim-dev AS install-dependencies
FROM wyrihaximusnet/php:8.4-nts-alpine-slim-dev AS install-dependencies

WORKDIR /opt/app
USER root
Expand All @@ -8,7 +8,7 @@ USER app
COPY ./composer.* /opt/app/
RUN composer install --ansi --no-interaction --prefer-dist --no-dev -o

FROM wyrihaximusnet/php:8.3-nts-alpine-slim
FROM wyrihaximusnet/php:8.4-nts-alpine-slim

EXPOSE 7132
EXPOSE 7133
Expand Down

0 comments on commit eeba438

Please sign in to comment.