From 739f2f77b1bf79f2aeaaa4f92b2c610e70010ce6 Mon Sep 17 00:00:00 2001 From: Matthias Hemmerich Date: Fri, 23 Jun 2023 13:45:17 +0200 Subject: [PATCH] bump to alpine 3.18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c165b09..929d772 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG ALPINE_VERSION=3.16 +ARG ALPINE_VERSION=3.18 FROM alpine:${ALPINE_VERSION} LABEL Maintainer="Matthias Hemmerich matthias+code@mailbro.de" LABEL Description="Forked from https://github.com/TrafeX/docker-php-nginx, Lightweight container with Nginx 1.20 & PHP 8.0 based on Alpine Linux."