We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Dockerfile
1 parent cb21f01 commit 95dc53aCopy full SHA for 95dc53a
Dockerfile
@@ -1,8 +1,8 @@
1
-ARG PHP_VERSION=7.2
+ARG PHP_VERSION=7.4
2
3
FROM php:${PHP_VERSION}-cli-alpine
4
5
-ARG XDEBUG_VERSION=2.7.2
+ARG XDEBUG_VERSION=2.9.8
6
7
RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
8
&& apk add --no-cache --virtual .runtime-deps git libzip-dev \
0 commit comments