We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d215ae2 commit d0b17f0Copy full SHA for d0b17f0
1 file changed
php-7.4.Dockerfile Dockerfilephp-7.4.Dockerfile renamed to Dockerfile
@@ -1,6 +1,7 @@
1
FROM composer:latest as composer
2
-FROM php:7.4-fpm-alpine as php
+FROM php:8.3-fpm-alpine as php
3
4
+RUN apk add --update linux-headers
5
RUN apk add --no-cache git
6
7
RUN set -xe \
0 commit comments