Skip to content

Commit 9f44022

Browse files
committed
use new var for release
1 parent ab79d70 commit 9f44022

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN \
3030

3131
FROM ghcr.io/linuxserver/baseimage-debian:bookworm AS buildstage
3232

33-
ARG KASMVNC_RELEASE="e04731870baebd2784983fb48197a2416c7d3519"
33+
ARG KASMVNC_COMMIT="e04731870baebd2784983fb48197a2416c7d3519"
3434

3535
COPY --from=wwwstage /build-out /www
3636

@@ -113,7 +113,7 @@ RUN \
113113
echo "**** build kasmvnc ****" && \
114114
git clone https://github.com/kasmtech/KasmVNC.git src && \
115115
cd /src && \
116-
git checkout -f ${KASMVNC_RELEASE} && \
116+
git checkout -f ${KASMVNC_COMMIT} && \
117117
sed -i \
118118
-e '/find_package(FLTK/s@^@#@' \
119119
-e '/add_subdirectory(tests/s@^@#@' \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN \
3434

3535
FROM ghcr.io/linuxserver/baseimage-debian:arm64v8-bookworm AS buildstage
3636

37-
ARG KASMVNC_RELEASE="e04731870baebd2784983fb48197a2416c7d3519"
37+
ARG KASMVNC_COMMIT="e04731870baebd2784983fb48197a2416c7d3519"
3838

3939
COPY --from=wwwstage /build-out /www
4040

@@ -117,7 +117,7 @@ RUN \
117117
echo "**** build kasmvnc ****" && \
118118
git clone https://github.com/kasmtech/KasmVNC.git src && \
119119
cd /src && \
120-
git checkout -f ${KASMVNC_RELEASE} && \
120+
git checkout -f ${KASMVNC_COMMIT} && \
121121
sed -i \
122122
-e '/find_package(FLTK/s@^@#@' \
123123
-e '/add_subdirectory(tests/s@^@#@' \

0 commit comments

Comments
 (0)