Skip to content

Commit 6c28079

Browse files
committed
Downgrade Qt for Shotcut to 6.8.3
1 parent 9e7591a commit 6c28079

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/shotcut-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
with:
3030
context: "{{defaultContext}}:docker/shotcut-build"
3131
push: true
32-
tags: mltframework/shotcut-build:qt6.9.2-ubuntu22.04
32+
tags: mltframework/shotcut-build:qt6.8.3-ubuntu22.04

docker/shotcut-build/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ RUN apt-get update -qq && \
2020
cmake clang-15 curl g++-12 libgomp1 meson s3cmd
2121

2222
WORKDIR /root/Qt
23-
RUN curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/qt-6.9.2-ubuntu22.04-x86_64.txz && \
24-
tar -xJf qt-6.9.2-ubuntu22.04-x86_64.txz && \
25-
rm qt-6.9.2-ubuntu22.04-x86_64.txz
23+
RUN curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/qt-6.8.3-ubuntu22.04-x86_64.txz && \
24+
tar -xJf qt-6.8.3-ubuntu22.04-x86_64.txz && \
25+
rm qt-6.8.3-ubuntu22.04-x86_64.txz
2626

2727
WORKDIR /root/shotcut
2828
ENTRYPOINT ["/bin/bash"]

0 commit comments

Comments
 (0)