use newer base image
This commit is contained in:
parent
9b2587acbb
commit
53910bee43
@ -1,4 +1,4 @@
|
||||
FROM docker.io/alpine:3.15 AS builder
|
||||
FROM docker.io/alpine:3.16 AS builder
|
||||
|
||||
RUN apk add --no-cache \
|
||||
php8 \
|
||||
@ -13,8 +13,6 @@ RUN apk add --no-cache \
|
||||
php8-xmlreader \
|
||||
php8-xmlwriter
|
||||
|
||||
RUN ln -s /usr/bin/php8 /usr/bin/php
|
||||
|
||||
ENV COMPOSER_VERSION=2.1.6
|
||||
ENV COMPOSER_SHA256_SUM=72524ccebcb071968eb83284507225fdba59f223719b2b3f333d76c8a9ac6b72
|
||||
RUN wget https://getcomposer.org/download/$COMPOSER_VERSION/composer.phar
|
||||
@ -29,7 +27,7 @@ RUN echo "$SHA256_SUM roundcubemail-$VERSION-complete.tar.gz" | sha256sum -c -
|
||||
RUN mkdir -p /var/lib/roundcube
|
||||
RUN tar xzf roundcubemail-$VERSION-complete.tar.gz -C /var/lib/roundcube --strip 1
|
||||
|
||||
FROM docker.io/thallian/php8-fpm:latest
|
||||
FROM docker.io/thallian/php8-fpm:3.16
|
||||
|
||||
|
||||
RUN apk add --no-cache \
|
||||
|
Loading…
Reference in New Issue
Block a user