From dbcb1cd74696ea54fa0d80bc33f659a27d1254bf Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Mon, 23 Aug 2021 15:02:49 -0400 Subject: ci: update container versions Update all the container versions to force a rebuild so that they'll get tagged with latest (due to changes in the CI scripts). --- ci/docker/bionic | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/docker/bionic') diff --git a/ci/docker/bionic b/ci/docker/bionic index fb6a34b1c..51af5c01c 100644 --- a/ci/docker/bionic +++ b/ci/docker/bionic @@ -1,4 +1,5 @@ ARG BASE=ubuntu:bionic + FROM ${BASE} AS apt RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ -- cgit v1.2.1