We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a6812f + 92e0e1a commit 71690cdCopy full SHA for 71690cd
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.4.15-cli-alpine
+FROM php:8.4.17-cli-alpine
2
ARG S6_OVERLAY_VERSION=3.2.1.0
3
4
LABEL Maintainer="ShaoBo Wan (Tinywan) <756684177@qq.com>" \
@@ -22,7 +22,8 @@ RUN apk add --no-cache --virtual .build-deps \
22
&& sh install.sh \
23
&& rm -rf /tmp/extension \
24
&& apk del .build-deps \
25
- && rm -rf /var/cache/apk/* /tmp/* /root/.pearrc /usr/local/include/php
+ && rm -rf /var/cache/apk /tmp/* /root/.pearrc /usr/local/include/php \
26
+ && mkdir -p /var/cache/apk
27
28
# Add Composer (with cache cleanup, no plugins/scripts)
29
RUN curl -sS https://getcomposer.org/installer | php \
0 commit comments