bump to alpine 3.18

This commit is contained in:
Matthias Hemmerich 2023-06-23 13:45:17 +02:00
parent 1172fdcb80
commit 739f2f77b1

View file

@ -1,4 +1,4 @@
ARG ALPINE_VERSION=3.16 ARG ALPINE_VERSION=3.18
FROM alpine:${ALPINE_VERSION} FROM alpine:${ALPINE_VERSION}
LABEL Maintainer="Matthias Hemmerich matthias+code@mailbro.de" 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." LABEL Description="Forked from https://github.com/TrafeX/docker-php-nginx, Lightweight container with Nginx 1.20 & PHP 8.0 based on Alpine Linux."