Skip to content

Commit

Permalink
Update dependencies to latest stable releases for appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
milianw committed Oct 12, 2023
1 parent fee03c5 commit b99eabe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/appimage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
FROM centos/devtoolset-7-toolchain-centos7 as intermediate

ARG QT_VERSION=5.15.7
ARG QT_VERSION=5.15.11
ARG KF5_VERSION v5.110.0
ARG KDDockWidgets_VERSION=1.6
ARG KDDockWidgets_VERSION=1.7
ARG QCustomPlot_VERSION=2.1.1
ARG rust_demangler_VERSION=0.1.21
ARG rust_demangler_VERSION=0.1.23
ARG d_demangler_VERSION=0.0.2

USER root
Expand Down

0 comments on commit b99eabe

Please sign in to comment.