We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb11dc9 commit 6509afcCopy full SHA for 6509afc
1 file changed
qtox/docker/Dockerfile.flatpak-builder
@@ -22,8 +22,8 @@ RUN apt-get update \
22
23
# Pre-download kde flatpak environment to speed up flatpak builds
24
RUN flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo \
25
- && flatpak --system install -y --noninteractive flathub org.kde.Platform/x86_64/6.8 \
26
- && flatpak --system install -y --noninteractive flathub org.kde.Sdk/x86_64/6.8
+ && flatpak --system install -y --noninteractive flathub org.kde.Platform/x86_64/6.10 \
+ && flatpak --system install -y --noninteractive flathub org.kde.Sdk/x86_64/6.10
27
28
WORKDIR /qtox
29
ENV HOME=/qtox
0 commit comments