From b547afc818597076c7dc5ece6595580881a99fb5 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 12 Jul 2022 00:26:41 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20=20modified:=20Dockerfi?= =?UTF-8?q?le=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 409826e..75bcd1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM casjaysdevdocker/alpine:latest as build +FROM casjaysdevdocker/nginx:latest as build ARG LICENSE=WTFPL \ IMAGE_NAME=aria2 \