Update Dockerfile

This commit is contained in:
zach 2024-07-31 15:57:04 +00:00
parent b0ecbe1359
commit d93ed86def
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm
# set version label # set version label
ARG BUILD_DATE ARG BUILD_DATE
ARG VERSION ARG VERSION
ENV ORCASLICER_VERSION=v2.1.1 ENV ORCASLICER_VERSION=v2.1.0.1
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="thelamer" LABEL maintainer="thelamer"