From 5601c25ea4dea673aa344036a07ec32e88a4fbf3 Mon Sep 17 00:00:00 2001 From: Sthope Date: Sun, 15 May 2022 15:08:17 +0200 Subject: [PATCH] first commit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd65d3e..ba034f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM alpine:latest +# FROM alpine:latest +FROM lsiobase/alpine:3.9 LABEL org.opencontainers.image.source="https://git.sthope.dev/sthope/DockerContainer-randomPwd" LABEL Maintainer="Sthope"