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