🗃️ modified: Dockerfile 🗃️

This commit is contained in:
Jason 2022-07-10 18:52:53 -04:00
parent 1c4f25a9cc
commit c714f8ad1c
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -1,6 +1,7 @@
FROM casjaysdevdocker/debian:latest as build 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 RUN apt update && apt upgrade -yy