From 7a8eed6f76ba2b9802f78030d170e9bef6ebb314 Mon Sep 17 00:00:00 2001 From: tms Date: Fri, 22 Sep 2023 20:54:11 +0200 Subject: [PATCH] Bumped Alpine version to current stable --- omeka-s-docker/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/omeka-s-docker/Dockerfile b/omeka-s-docker/Dockerfile index 60231c1..23f71de 100644 --- a/omeka-s-docker/Dockerfile +++ b/omeka-s-docker/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.11 +FROM alpine:3.18 LABEL Maintainer="Jabar Digital Service " \ Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.4 based on Alpine Linux (forked from trafex/alpine-nginx-php7)." @@ -11,7 +11,7 @@ RUN apk --update add ca-certificates #RUN echo "https://dl.bintray.com/php-alpine/v3.11/php-7.4" >> /etc/apk/repositories # Install packages -RUN apk --no-cache add php7 php7-fpm php7-opcache php7-openssl php7-curl \ +RUN apk --no-cache add php82 php82-fpm php82-opcache php82-openssl php82-curl \ nginx supervisor curl unzip # https://github.com/codecasts/php-alpine/issues/21 @@ -30,7 +30,7 @@ COPY config/php.ini /etc/php7/conf.d/custom.ini # Configure supervisord COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf -# Setup document root +# Setup documexnt root RUN mkdir -p /var/www/html #RUN mkdir -p /var/www/html/omeka-s