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