summaryrefslogtreecommitdiff
path: root/ci/docker/xenial
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-08-23 15:02:49 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2021-08-23 15:04:35 -0400
commitdbcb1cd74696ea54fa0d80bc33f659a27d1254bf (patch)
tree3b862e821374fa936cc176c76804b3d46c522dbb /ci/docker/xenial
parent3b603d319ee5f1f1436cd383505c47ec853c32c5 (diff)
downloadlibgit2-dbcb1cd74696ea54fa0d80bc33f659a27d1254bf.tar.gz
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).
Diffstat (limited to 'ci/docker/xenial')
-rw-r--r--ci/docker/xenial1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/docker/xenial b/ci/docker/xenial
index d2ba0313f..4c3810af4 100644
--- a/ci/docker/xenial
+++ b/ci/docker/xenial
@@ -1,4 +1,5 @@
ARG BASE=ubuntu:xenial
+
FROM ${BASE} AS apt
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \