Spaces:
Runtime error
Runtime error
Commit
·
5f24eac
1
Parent(s):
665da92
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM php:
|
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 |
|