From 456833200daf9e4ac9150c22e5ddbbc6e511ea7a Mon Sep 17 00:00:00 2001 From: hoellen Date: Sat, 16 Jan 2021 10:53:55 +0100 Subject: [PATCH] Update Alpine base image to 3.13 --- nginx-php/Dockerfile.7.3 | 2 +- nginx-php/Dockerfile.7.4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx-php/Dockerfile.7.3 b/nginx-php/Dockerfile.7.3 index 37727e7..0ee4a73 100644 --- a/nginx-php/Dockerfile.7.3 +++ b/nginx-php/Dockerfile.7.3 @@ -1,4 +1,4 @@ -FROM alpine:3.12 +FROM alpine:3.13 ARG BUILD_CORES diff --git a/nginx-php/Dockerfile.7.4 b/nginx-php/Dockerfile.7.4 index 9bcd4d4..3159936 100644 --- a/nginx-php/Dockerfile.7.4 +++ b/nginx-php/Dockerfile.7.4 @@ -1,4 +1,4 @@ -FROM alpine:3.12 +FROM alpine:3.13 ARG BUILD_CORES