Update to vagrant 2.2.18 for docker image (#1354)

This commit is contained in:
Darragh Bailey
2021-09-24 13:11:51 +01:00
committed by GitHub
parent e9213b6caa
commit da2674b9af

View File

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