Skip to content

Commit

Permalink
update redhat version to 8.10 and qt version to 5.15.16
Browse files Browse the repository at this point in the history
  • Loading branch information
samo38 committed Dec 20, 2024
1 parent 276f934 commit 56ddd5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin/release/buildpkg.pl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ubuntu:18.04" => "python"
,"ubuntu:20.04" => "python"
,"ubuntu:22.04" => "python3"
,"redhat:8.7" => "python3"
,"redhat:8.10" => "python3"
);

$snames = join( "\n", keys %supported );
Expand Down
2 changes: 1 addition & 1 deletion admin/release/redhat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG ultrascan_branch=master

## qt defaults
ARG qt_major_version=5.15
ARG qt_version=5.15.8
ARG qt_version=5.15.16
ARG qwt_version=6.1.6
### N.B. qwt_version is hard coded in the local.pri.somo so we need to change this & in the codeql container & workflow/codeql-analysis.yml

Expand Down
2 changes: 1 addition & 1 deletion admin/release/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG ultrascan_branch=master

## qt defaults
ARG qt_major_version=5.15
ARG qt_version=5.15.12
ARG qt_version=5.15.16
ARG qwt_version=6.1.6
### N.B. qwt_version is hard coded in the local.pri.somo so we need to change this & in the codeql container & workflow/codeql-analysis.yml

Expand Down

0 comments on commit 56ddd5c

Please sign in to comment.