Skip to content

Commit 31b5db7

Browse files
committed
Update PHP 7.3.12
1 parent ba2c12d commit 31b5db7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.10 as builder
22

3-
ARG PHP_VERSION=7.3.11
3+
ARG PHP_VERSION=7.3.12
44
ARG COMPOSER_VERSION=1.9.1
55

66
RUN set -ex \
@@ -304,6 +304,7 @@ FROM alpine:3.10
304304
COPY --from=builder /usr/local/ /usr/local/
305305

306306
RUN set -ex \
307+
&& mkdir -p /usr/local/etc/php/conf.d \
307308
&& runDeps="$( \
308309
scanelf --needed --nobanner --format '%n#p' --recursive /usr/ \
309310
| tr ',' '\n' \

0 commit comments

Comments
 (0)