diff options
author | baude <bbaude@redhat.com> | 2018-12-19 13:43:09 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2018-12-19 13:43:09 -0600 |
commit | f080ba846d9b2b78e2e37d82974121b9c0797991 (patch) | |
tree | 8bd7c3948b84939c42c0c93a60ed5ceaf6a4fc5d /contrib/gate | |
parent | eddfe6ba628d17435559ba32a8ef748c386105aa (diff) | |
download | podman-f080ba846d9b2b78e2e37d82974121b9c0797991.tar.gz podman-f080ba846d9b2b78e2e37d82974121b9c0797991.tar.bz2 podman-f080ba846d9b2b78e2e37d82974121b9c0797991.zip |
prepare for move to validate on 1.11 only
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'contrib/gate')
-rw-r--r-- | contrib/gate/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gate/Dockerfile b/contrib/gate/Dockerfile index 0c0e4aaf9..f9b57a6da 100644 --- a/contrib/gate/Dockerfile +++ b/contrib/gate/Dockerfile @@ -1,4 +1,4 @@ -FROM fedora:28 +FROM fedora:29 RUN dnf -y install \ atomic-registries \ btrfs-progs-devel \ |