Skip to content

Commit 968581d

Browse files
committed
use new var for release
1 parent d777171 commit 968581d

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
@@ -29,7 +29,7 @@ RUN \
2929

3030
FROM ghcr.io/linuxserver/baseimage-alpine:3.21 AS buildstage
3131

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

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

@@ -119,7 +119,7 @@ RUN \
119119
echo "**** build kasmvnc ****" && \
120120
git clone https://github.com/kasmtech/KasmVNC.git src && \
121121
cd /src && \
122-
git checkout -f ${KASMVNC_RELEASE} && \
122+
git checkout -f ${KASMVNC_COMMIT} && \
123123
sed -i \
124124
-e '/find_package(FLTK/s@^@#@' \
125125
-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-alpine:arm64v8-3.21 AS buildstage
3636

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

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

@@ -131,7 +131,7 @@ RUN \
131131
echo "**** build kasmvnc ****" && \
132132
git clone https://github.com/kasmtech/KasmVNC.git src && \
133133
cd /src && \
134-
git checkout -f ${KASMVNC_RELEASE} && \
134+
git checkout -f ${KASMVNC_COMMIT} && \
135135
sed -i \
136136
-e '/find_package(FLTK/s@^@#@' \
137137
-e '/add_subdirectory(tests/s@^@#@' \

0 commit comments

Comments
 (0)