changed ALPINE_VERSION to 3.16

This commit is contained in:
matti 2022-06-15 15:03:12 +02:00
parent 86f7ad0990
commit 15e37b3cb7

View file

@ -1,4 +1,4 @@
ARG ALPINE_VERSION=3.14
ARG ALPINE_VERSION=3.16
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."