From a50dfeca0274860bea104583a7444bf8a0f78668 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Thu, 8 Mar 2018 15:42:37 -0500 Subject: [PATCH] update versions Signed-off-by: Jess Frazelle --- atom/Dockerfile | 2 +- certbot/Dockerfile | 2 +- crio/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/atom/Dockerfile b/atom/Dockerfile index 3f9737d..13b7257 100644 --- a/atom/Dockerfile +++ b/atom/Dockerfile @@ -43,7 +43,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* -ENV ATOM_VERSION 1.24.0 +ENV ATOM_VERSION 1.24.1 # download the source RUN buildDeps=' \ diff --git a/certbot/Dockerfile b/certbot/Dockerfile index d5fa4c4..dcbbb33 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -27,7 +27,7 @@ RUN apk --no-cache add \ RUN pip install acme -ENV CERTBOT_VERSION 0.21.1 +ENV CERTBOT_VERSION 0.22.0 RUN buildDeps=' \ git \ diff --git a/crio/Dockerfile b/crio/Dockerfile index 1aafbe5..bb1a561 100644 --- a/crio/Dockerfile +++ b/crio/Dockerfile @@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* -ENV CRIO_VERSION v1.9.6 +ENV CRIO_VERSION v1.9.9 ENV GO_VERSION 1.9.4 ENV CNI_PLUGINS_VERSION v0.6.0 ENV RUNC_VERSION v1.0.0-rc4