Skip to content

Commit 088061d

Browse files
committed
aarch64 typo
1 parent b48e71e commit 088061d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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-arch:arm64v8-latest AS buildstage
3636

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

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

@@ -107,7 +107,7 @@ RUN \
107107
echo "**** build kasmvnc ****" && \
108108
git clone https://github.com/kasmtech/KasmVNC.git src && \
109109
cd /src && \
110-
git checkout -f ${KASMVNC_RELEASE} && \
110+
git checkout -f ${KASMVNC_COMMIT} && \
111111
sed -i \
112112
-e '/find_package(FLTK/s@^@#@' \
113113
-e '/add_subdirectory(tests/s@^@#@' \

0 commit comments

Comments
 (0)