use new var for release

This commit is contained in:
thelamer 2025-05-10 10:53:04 -04:00
parent 20dfac3133
commit 1363f8fdb0
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ RUN \
FROM ghcr.io/linuxserver/baseimage-fedora:41 AS buildstage
ARG KASMVNC_RELEASE="e04731870baebd2784983fb48197a2416c7d3519"
ARG KASMVNC_COMMIT="e04731870baebd2784983fb48197a2416c7d3519"
COPY --from=wwwstage /build-out /www
@ -109,7 +109,7 @@ RUN \
echo "**** build kasmvnc ****" && \
git clone https://github.com/kasmtech/KasmVNC.git src && \
cd /src && \
git checkout -f ${KASMVNC_RELEASE} && \
git checkout -f ${KASMVNC_COMMIT} && \
sed -i \
-e '/find_package(FLTK/s@^@#@' \
-e '/add_subdirectory(tests/s@^@#@' \

View File

@ -34,7 +34,7 @@ RUN \
FROM ghcr.io/linuxserver/baseimage-fedora:arm64v8-41 AS buildstage
ARG KASMVNC_RELEASE="e04731870baebd2784983fb48197a2416c7d3519"
ARG KASMVNC_COMMIT="e04731870baebd2784983fb48197a2416c7d3519"
COPY --from=wwwstage /build-out /www