Skip to content

Commit

Permalink
Merge pull request #151 from WyriHaximusNet/renovate/wyrihaximusnet-p…
Browse files Browse the repository at this point in the history
…hp-8.x

Update wyrihaximusnet/php Docker tag to v8
  • Loading branch information
WyriHaximus authored Aug 30, 2024
2 parents 3b8e93b + 569ddab commit c0f0bdb
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:7.4-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:7.4-nts-alpine-slim
FROM wyrihaximusnet/php:8.4-nts-alpine-slim

EXPOSE 7132
EXPOSE 7133
Expand Down

0 comments on commit c0f0bdb

Please sign in to comment.