mirror of
https://github.com/linuxserver/docker-kasm.git
synced 2026-07-21 01:03:42 +00:00
revert manual pinning for PR into develop
This commit is contained in:
parent
cc152c39c9
commit
9ebd2e1ef5
2 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ RUN \
|
|||
echo "${KASM_VERSION}" > /version.txt && \
|
||||
curl -o \
|
||||
/tmp/wizard.tar.gz -L \
|
||||
"https://github.com/kasmtech/kasm-install-wizard/tarball/feature/KASM-2903-upgrade-support" && \
|
||||
"https://github.com/kasmtech/kasm-install-wizard/archive/refs/tags/${KASM_VERSION}.tar.gz" && \
|
||||
tar xf \
|
||||
/tmp/wizard.tar.gz -C \
|
||||
/wizard --strip-components=1 && \
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ RUN \
|
|||
echo "${KASM_VERSION}" > /version.txt && \
|
||||
curl -o \
|
||||
/tmp/wizard.tar.gz -L \
|
||||
"https://github.com/kasmtech/kasm-install-wizard/tarball/feature/KASM-2903-upgrade-support" && \
|
||||
"https://github.com/kasmtech/kasm-install-wizard/archive/refs/tags/${KASM_VERSION}.tar.gz" && \
|
||||
tar xf \
|
||||
/tmp/wizard.tar.gz -C \
|
||||
/wizard --strip-components=1 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue