From 6413afdcc97696ef1c1cd5f73ca7cb8675ccaea7 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Sun, 18 Feb 2018 12:25:51 -0500 Subject: [PATCH] update latest versions Signed-off-by: Jess Frazelle --- crio/Dockerfile | 2 +- irssi/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crio/Dockerfile b/crio/Dockerfile index 41e8be9..880a014 100644 --- a/crio/Dockerfile +++ b/crio/Dockerfile @@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* -ENV CRIO_VERSION v1.9.3 +ENV CRIO_VERSION v1.9.5 ENV OSTREE_VERSION v2017.12 ENV GO_VERSION 1.9.4 ENV CNI_PLUGINS_VERSION v0.6.0 diff --git a/irssi/Dockerfile b/irssi/Dockerfile index 121b824..aef7bde 100644 --- a/irssi/Dockerfile +++ b/irssi/Dockerfile @@ -13,7 +13,7 @@ RUN adduser -u 1001 -D user \ ENV LANG C.UTF-8 -ENV IRSSI_VERSION 1.1.0 +ENV IRSSI_VERSION 1.1.1 # https://otr.cypherpunks.ca/index.php#downloads ENV LIB_OTR_VERSION 4.1.1 # https://github.com/cryptodotis/irssi-otr/releases