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.
2 parents 3152058 + f9570e8 commit e7d7656Copy full SHA for e7d7656
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:7.4.2-fpm-alpine3.10
+FROM php:7.4.2-fpm-alpine3.11
2
3
ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0" \
4
PHP_OPCACHE_MAX_ACCELERATED_FILES="10000" \
@@ -10,6 +10,7 @@ RUN apk info \
10
&& echo @edge http://nl.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories \
11
&& echo @edge http://nl.alpinelinux.org/alpine/edge/main >> /etc/apk/repositories \
12
&& echo @3.9 http://dl-cdn.alpinelinux.org/alpine/v3.9/main >> /etc/apk/repositories \
13
+ && echo @3.10 http://dl-cdn.alpinelinux.org/alpine/v3.10/main >> /etc/apk/repositories \
14
&& apk update \
15
&& apk upgrade \
16
&& apk add --no-cache --virtual .build-deps \
0 commit comments