From 2bca10c455dc081c54ea074cc36bf673c27c842c Mon Sep 17 00:00:00 2001 From: Nemo <commits@captnemo.in> Date: Tue, 12 Dec 2023 14:15:11 +0530 Subject: [PATCH] Upgrade to Alpine 3.19/php8.2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5d16a5d..52ee081 100644 --- a/Dockerfile +++ a/Dockerfile @@ -1,9 +1,9 @@ -FROM alpine:3.18 +FROM alpine:3.19 LABEL maintainer="github.contact@captnemo.in" # Setup apache and php RUN apk add --no-cache --update \ - php81-apache2 php81-openssl \ + php82-apache2 php82-openssl \ && mkdir /htdocs \ && sed -i 's#^DocumentRoot ".*#DocumentRoot "/htdocs"#g' /etc/apache2/httpd.conf \ && sed -i 's#Directory "/var/www/localhost/htdocs"#Directory "/htdocs"#g' /etc/apache2/httpd.conf -- rgit 0.1.5