Skip to content

Commit 71690cd

Browse files
authored
Merge branch 'main' into feature/s6-overlay
2 parents 6a6812f + 92e0e1a commit 71690cd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.4.15-cli-alpine
1+
FROM php:8.4.17-cli-alpine
22
ARG S6_OVERLAY_VERSION=3.2.1.0
33

44
LABEL Maintainer="ShaoBo Wan (Tinywan) <756684177@qq.com>" \
@@ -22,7 +22,8 @@ RUN apk add --no-cache --virtual .build-deps \
2222
&& sh install.sh \
2323
&& rm -rf /tmp/extension \
2424
&& apk del .build-deps \
25-
&& rm -rf /var/cache/apk/* /tmp/* /root/.pearrc /usr/local/include/php
25+
&& rm -rf /var/cache/apk /tmp/* /root/.pearrc /usr/local/include/php \
26+
&& mkdir -p /var/cache/apk
2627

2728
# Add Composer (with cache cleanup, no plugins/scripts)
2829
RUN curl -sS https://getcomposer.org/installer | php \

0 commit comments

Comments
 (0)