Skip to content

Commit

Permalink
PHP8.4: use alpine edge
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jan 23, 2025
1 parent 4110267 commit af28537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php84/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV COMPOSER_BIN=$COMPOSER_DIR/composer
ENV TZ=Europe/Prague
ENV LD_PRELOAD="/usr/lib/preloadable_libiconv.so php"

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 && \
# DEPENDENCIES #############################################################
apk update && \
apk upgrade && \
Expand Down

0 comments on commit af28537

Please sign in to comment.