From 104c960831722414bd49e002baa5e5b33d53adca Mon Sep 17 00:00:00 2001 From: thelamer Date: Sun, 1 Nov 2020 22:18:43 -0800 Subject: [PATCH] update baseimages --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dc68048..aa84694 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ## Buildstage ## -FROM lsiobase/ubuntu:bionic as buildstage +FROM ghcr.io/linuxserver/baseimage-ubuntu:bionic as buildstage ARG BUILD_DATE ARG VERSION