Skip to content

Commit b48e71e

Browse files
committed
use new var for release
1 parent bb40d8d commit b48e71e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

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

3030
FROM ghcr.io/linuxserver/baseimage-arch:latest AS buildstage
3131

32-
ARG KASMVNC_RELEASE="e04731870baebd2784983fb48197a2416c7d3519"
32+
ARG KASMVNC_COMMIT="e04731870baebd2784983fb48197a2416c7d3519"
3333

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

@@ -101,7 +101,7 @@ RUN \
101101
echo "**** build kasmvnc ****" && \
102102
git clone https://github.com/kasmtech/KasmVNC.git src && \
103103
cd /src && \
104-
git checkout -f ${KASMVNC_RELEASE} && \
104+
git checkout -f ${KASMVNC_COMMIT} && \
105105
sed -i \
106106
-e '/find_package(FLTK/s@^@#@' \
107107
-e '/add_subdirectory(tests/s@^@#@' \

0 commit comments

Comments
 (0)