Skip to content

Commit

Permalink
[DEPS] upgrade to php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrotanner committed Mar 14, 2024
1 parent d0f074c commit fa26d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-apache
FROM php:8.2-apache

# update the repository sources list
# and install basic dependencies
Expand Down Expand Up @@ -44,4 +44,4 @@ WORKDIR $APP_HOME
RUN chown -R www-data:www-data $APP_HOME

# run as www-data
USER www-data:www-data
USER www-data:www-data

0 comments on commit fa26d42

Please sign in to comment.