summaryrefslogtreecommitdiff
path: root/contrib/cirrus/lib.sh
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-07-30 11:06:11 -0400
committerChris Evich <cevich@redhat.com>2019-08-12 11:02:02 -0400
commitfd312ae30a8f23dd9fb26d2e72aa0b548b9f8453 (patch)
tree02472701f12ed77c28ee98f09b15da584f237bbe /contrib/cirrus/lib.sh
parentec93c9d8753c1cf346fe7fee3035af1a0dcf9b55 (diff)
downloadpodman-fd312ae30a8f23dd9fb26d2e72aa0b548b9f8453.tar.gz
podman-fd312ae30a8f23dd9fb26d2e72aa0b548b9f8453.tar.bz2
podman-fd312ae30a8f23dd9fb26d2e72aa0b548b9f8453.zip
Cirrus: Minor, use newer Ubuntu base image
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/lib.sh')
-rw-r--r--contrib/cirrus/lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/lib.sh b/contrib/cirrus/lib.sh
index ffb7cd45b..f2a668caf 100644
--- a/contrib/cirrus/lib.sh
+++ b/contrib/cirrus/lib.sh
@@ -57,7 +57,7 @@ PACKER_VER="1.3.5"
# Base-images rarely change, define them here so they're out of the way.
export PACKER_BUILDS="${PACKER_BUILDS:-ubuntu-18,fedora-30,fedora-29}"
# Google-maintained base-image names
-export UBUNTU_BASE_IMAGE="ubuntu-1804-bionic-v20181203a"
+export UBUNTU_BASE_IMAGE="ubuntu-1804-bionic-v20190722a"
# Manually produced base-image names (see $SCRIPT_BASE/README.md)
export FEDORA_BASE_IMAGE="fedora-cloud-base-30-1-2-1559164849"
export PRIOR_FEDORA_BASE_IMAGE="fedora-cloud-base-29-1-2-1559164849"