Skip to content

Commit

Permalink
Alpine Linux 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Mar 1, 2024
1 parent aa9fd2c commit fd57731
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ARG LIBRENMS_VERSION="24.2.0"
ARG WEATHERMAP_PLUGIN_COMMIT="0b2ff643b65ee4948e4f74bb5cad5babdaddef27"
ARG ALPINE_VERSION="3.17"
ARG ALPINE_VERSION="3.19"

FROM crazymax/yasu:latest AS yasu
FROM crazymax/alpine-s6:${ALPINE_VERSION}-2.2.0.3
Expand Down Expand Up @@ -79,8 +79,8 @@ RUN apk --update --no-cache add \
mariadb-dev \
musl-dev \
python3-dev \
&& pip3 install --upgrade pip \
&& pip3 install python-memcached mysqlclient --upgrade \
&& pip3 install --upgrade --break-system-packages pip \
&& pip3 install python-memcached mysqlclient --upgrade --break-system-packages \
&& curl -sSL https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer \
&& apk del build-dependencies \
&& rm -rf /var/www/* /tmp/* \
Expand Down

0 comments on commit fd57731

Please sign in to comment.