Update Alpine Linux to 3.15

This commit is contained in:
Tim de Pater
2022-03-21 16:58:45 +01:00
parent e9596ce499
commit b8e362cfab

View File

@@ -1,4 +1,4 @@
ARG ALPINE_VERSION=3.14
ARG ALPINE_VERSION=3.15
FROM alpine:${ALPINE_VERSION}
LABEL Maintainer="Tim de Pater <code@trafex.nl>"
LABEL Description="Lightweight container with Nginx 1.20 & PHP 8.0 based on Alpine Linux."