From 1c4f25a9ccc744f99bee459fd9e69c67d87d4e9f Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 10 Jul 2022 18:50:06 -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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3987fac..70de45e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM casjaysdevdocker/alpine:latest as build +FROM casjaysdevdocker/debian:latest as build ENV VERSION="v1.23.3" -RUN apk --no-cache update +RUN apt update && apt upgrade -yy COPY ./bin/. /usr/local/bin/ COPY ./config/. /config/