From 8a9f56d615b546e7c472fed4a8ff0ddf8e831931 Mon Sep 17 00:00:00 2001 From: ananos Date: Tue, 17 May 2022 00:03:34 +0000 Subject: [PATCH] Bump virtualenv to ubuntu20/20220515.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ff76bf2..67df7c9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM quay.io/evryfs/base-ubuntu:focal-20220302 # This the release tag of virtual-environments: https://github.com/actions/virtual-environments/releases ARG UBUNTU_VERSION=2004 -ARG VIRTUAL_ENVIRONMENT_VERSION=ubuntu20/20220306.1 +ARG VIRTUAL_ENVIRONMENT_VERSION=ubuntu20/20220515.1 ENV UBUNTU_VERSION=${UBUNTU_VERSION} VIRTUAL_ENVIRONMENT_VERSION=${VIRTUAL_ENVIRONMENT_VERSION}