From c714f8ad1c26742af9dd8d4d4235fb5d8c502a39 Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 10 Jul 2022 18:52:53 -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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70de45e..9eedc12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM casjaysdevdocker/debian:latest as build -ENV VERSION="v1.23.3" +ENV VERSION="v1.23.3" \ + DEBIAN_FRONTEND=noninteractive RUN apt update && apt upgrade -yy