From ec6355d8584d8cc8c8fa6807738fb5e4e953ad41 Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Fri, 27 Jul 2018 11:52:28 -0400 Subject: [PATCH] Update build image --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 49de86fa6..629263930 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM quay.io/kubernetes-ingress-controller/nginx-amd64:0.54 +FROM quay.io/kubernetes-ingress-controller/nginx-amd64:0.55 RUN clean-install \ g++ \