From 146e19aa79616ec8fad7cc9d963589e6169eae31 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 9 Nov 2017 13:30:30 -0500 Subject: [PATCH] Break Quay cache to update our Python and apt dependencies --- quay-base.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quay-base.dockerfile b/quay-base.dockerfile index 29e2b25d4..ab8aa4d8e 100644 --- a/quay-base.dockerfile +++ b/quay-base.dockerfile @@ -54,7 +54,7 @@ RUN apt-get update && apt-get upgrade -y \ python-pip \ python-virtualenv \ yarn=0.22.0-1 \ - w3m # 26MAY2017 + w3m # 09NOV2017 # Install cfssl RUN mkdir /gocode