🗃️ modified: Dockerfile 🗃️

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

View File

@ -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/