From c7b460c676a3c53cf7383046996a2e4a8ba23cea Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Tue, 3 Nov 2020 09:08:33 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16abf91..91cc95c 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ In this repository you will find the `Dockerfile.complex` containing: ```Dockerfile ## Buildstage ## -FROM ghcr.io/linuxserver/baseimage-alpine::3.12 as buildstage +FROM ghcr.io/linuxserver/baseimage-alpine:3.12 as buildstage RUN \ echo "**** install packages ****" && \