Skip to content

Commit af28537

Browse files
committed
PHP8.4: use alpine edge
1 parent 4110267 commit af28537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php84/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV COMPOSER_BIN=$COMPOSER_DIR/composer
1313
ENV TZ=Europe/Prague
1414
ENV LD_PRELOAD="/usr/lib/preloadable_libiconv.so php"
1515

16-
RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/v3.20/community/' >> /etc/apk/repositories && \
16+
RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/edge/community/' >> /etc/apk/repositories && \
1717
# DEPENDENCIES #############################################################
1818
apk update && \
1919
apk upgrade && \

0 commit comments

Comments
 (0)