Skip to content

Commit

Permalink
fix: update php version on dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
elodie-bil3 committed Jan 8, 2024
1 parent 6cb7cb1 commit 142a047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.2-apache as builder
FROM php:8.3-apache as builder

RUN apt-get update && \
apt-get install -y \
Expand All @@ -15,7 +15,7 @@ RUN composer update && \
composer install


FROM php:7.2-apache
FROM php:8.3-apache

RUN apt-get update && \
apt-get install -y \
Expand Down

0 comments on commit 142a047

Please sign in to comment.