Update Dockerfile CONTAINER_MINOR_VERSION

This commit is contained in:
MisterCalvin 2024-03-13 19:37:47 -04:00 committed by GitHub
parent 5a27e1ed54
commit 91d62b29d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
FROM --platform=linux/386 jlesage/baseimage-gui:debian-11-v4 FROM --platform=linux/386 jlesage/baseimage-gui:debian-11-v4
ARG CONTAINER_MAJOR_VERSION=1.0 ARG CONTAINER_MAJOR_VERSION=1.0
ARG CONTAINER_MINOR_VERSION=0 ARG CONTAINER_MINOR_VERSION=1
COPY assets/icon.png /tmp/icon.png COPY assets/icon.png /tmp/icon.png