From 2419652e9d77050557a19185a4f8e3a0b031e914 Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 4 Apr 2023 14:47:02 +0200 Subject: [PATCH] Use Nginx stable-alpine-slim as base alpine1.15 has last been updated in May 2019 (security issues?). Using `stable-alpine-slim` you can be assured the latest stable is being used, while chances are very slim that it will break the functionality. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2d31c20..fe1e588 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.15-alpine +FROM nginx:stable-alpine-slim COPY start.sh /usr/local/bin/