We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56b633 commit 8af34adCopy full SHA for 8af34ad
.travis.yml
@@ -23,7 +23,7 @@ env:
23
global:
24
- MAJOR_VERSION=4
25
- MINOR_VERSION=1
26
- - PATCH_VERSION=0
+ - PATCH_VERSION=1
27
- RELEASE_VERSION=1
28
- VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION-$RELEASE_VERSION
29
# Container tag version string.
@@ -38,7 +38,7 @@ env:
38
# Container repository
39
- DOCKER_REPO=$DOCKER_SERVER/multiarch/qemu-user-static
40
# - DOCKER_REPO=$DOCKER_SERVER/your_username/qemu-user-static
41
- - PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/4.1.0/1.fc31/x86_64/qemu-user-static-4.1.0-1.fc31.x86_64.rpm"
+ - PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/4.1.1/1.fc31/x86_64/qemu-user-static-4.1.1-1.fc31.x86_64.rpm"
42
- PACKAGE_FILENAME=$(basename "$PACKAGE_URI")
43
before_script:
44
- wget --content-disposition $PACKAGE_URI
0 commit comments