From 8c2155407a602800767c8fbafd0971ba8d5919d2 Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Tue, 20 Jul 2021 18:29:54 +0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0a3c533..744686b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN set -x \ && mv /src/docker/nginx-server.conf ./etc/nginx/conf.d/default.conf # Image page: -FROM --platform=${TARGETPLATFORM:-linux/amd64} nginx:1.19-alpine as runtime +FROM nginx:1.21-alpine as runtime LABEL \ # Docs: