vagrant 2.2.19 (#1399)

https://github.com/hashicorp/vagrant/blob/main/CHANGELOG.md#2219-november-5-2021
was released recently; Update the docker image to consume.
This commit is contained in:
Brian Cole 2021-11-16 08:01:07 -05:00 committed by GitHub
parent 32d1805583
commit 5eac9de006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.0-experimental
ARG VAGRANT_VERSION=2.2.18
ARG VAGRANT_VERSION=2.2.19
FROM ubuntu:bionic as base