diff --git a/Dockerfile b/Dockerfile index e9775190..c6d62a36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM quay.io/evryfs/base-ubuntu:focal-20211006 # This the release tag of virtual-environments: https://github.com/actions/virtual-environments/releases ARG UBUNTU_VERSION=2004 -ARG VIRTUAL_ENVIRONMENT_VERSION=ubuntu20/20211108.1 +ARG VIRTUAL_ENVIRONMENT_VERSION=ubuntu20/20211214.2 ENV UBUNTU_VERSION=${UBUNTU_VERSION} VIRTUAL_ENVIRONMENT_VERSION=${VIRTUAL_ENVIRONMENT_VERSION}