From ef39565a2661a3e52046c513b9f0fcd0ff3e0c95 Mon Sep 17 00:00:00 2001 From: Tim de Pater Date: Sat, 7 Jan 2023 07:09:35 +0100 Subject: [PATCH] Upgrade Alpine Linux to 3.17 --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index d895b77..bc97d6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG ALPINE_VERSION=3.16 +ARG ALPINE_VERSION=3.17 FROM alpine:${ALPINE_VERSION} LABEL Maintainer="Tim de Pater " LABEL Description="Lightweight container with Nginx 1.22 & PHP 8.1 based on Alpine Linux." @@ -26,9 +26,6 @@ RUN apk add --no-cache \ php81-xmlreader \ supervisor -# Create symlink so programs depending on `php` still function -RUN ln -s /usr/bin/php81 /usr/bin/php - # Configure nginx - http COPY config/nginx.conf /etc/nginx/nginx.conf # Configure nginx - default server