aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/docker/bionic_coq/hooks
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-05-07 10:55:39 +0200
committerEmilio Jesus Gallego Arias2018-05-07 11:52:16 +0200
commit52caadda3674c126cbec014f0727e696278868f3 (patch)
tree9d987d0301cf4429481e3e08fad98985d92f2451 /dev/ci/docker/bionic_coq/hooks
parentcee82a36b21c7a87fe4f626d8d72fd938a825648 (diff)
[ci] Add ounit to the base Docker package set.
This should help #6808.
Diffstat (limited to 'dev/ci/docker/bionic_coq/hooks')
-rwxr-xr-xdev/ci/docker/bionic_coq/hooks/post_push2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/docker/bionic_coq/hooks/post_push b/dev/ci/docker/bionic_coq/hooks/post_push
index 008ef1af3e..6daf337a72 100755
--- a/dev/ci/docker/bionic_coq/hooks/post_push
+++ b/dev/ci/docker/bionic_coq/hooks/post_push
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-COQCI_VERSION=V2018-05-05
+COQCI_VERSION=V2018-05-07
docker tag $IMAGE_NAME $DOCKER_REPO:$COQCI_VERSION
docker push $DOCKER_REPO:$COQCI_VERSION