morrispetris commited on
Commit
5f24eac
·
1 Parent(s): 665da92

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM php:7.0-apache
2
 
3
  COPY index.php /var/www/html
4
 
 
1
+ FROM php:8.1.17-apache-buster
2
 
3
  COPY index.php /var/www/html
4