mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-22 06:28:52 -04:00
Update PPA Qt version
This commit is contained in:
parent
9f5b5bb424
commit
ea33caa1a8
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# KeePassXC Linux Release Build Dockerfile
|
||||
# Copyright (C) 2017 KeePassXC team <https://keepassxc.org/>
|
||||
# Copyright (C) 2017-2018 KeePassXC team <https://keepassxc.org/>
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
@ -19,7 +19,7 @@ FROM ubuntu:14.04
|
|||
ENV REBUILD_COUNTER=5
|
||||
|
||||
ENV QT5_VERSION=59
|
||||
ENV QT5_PPA_VERSION=${QT5_VERSION}2
|
||||
ENV QT5_PPA_VERSION=${QT5_VERSION}4
|
||||
|
||||
RUN set -x \
|
||||
&& apt-get update -y \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue