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.
1 parent 4110267 commit af28537Copy full SHA for af28537
php84/Dockerfile
@@ -13,7 +13,7 @@ ENV COMPOSER_BIN=$COMPOSER_DIR/composer
13
ENV TZ=Europe/Prague
14
ENV LD_PRELOAD="/usr/lib/preloadable_libiconv.so php"
15
16
-RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/v3.20/community/' >> /etc/apk/repositories && \
+RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/edge/community/' >> /etc/apk/repositories && \
17
# DEPENDENCIES #############################################################
18
apk update && \
19
apk upgrade && \
0 commit comments