From d5db265039da2d9c001cac90b091c229842fe20b Mon Sep 17 00:00:00 2001 From: extrange <29305375+extrange@users.noreply.github.com> Date: Fri, 14 Jul 2023 12:55:37 +0800 Subject: [PATCH] update latest to 10.23.2a, stable to 10.19.2a --- Dockerfile.template | 2 +- latest/Dockerfile | 2 +- stable/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.template b/Dockerfile.template index 09f6626..fd7d470 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -1,6 +1,6 @@ FROM debian:latest as setup -ENV IBC_VERSION=3.16.2 +ENV IBC_VERSION=3.17.0 RUN apt update && \ apt install --no-install-recommends -y \ diff --git a/latest/Dockerfile b/latest/Dockerfile index 760201f..c150925 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -1,6 +1,6 @@ FROM debian:latest as setup -ENV IBC_VERSION=3.16.2 +ENV IBC_VERSION=3.17.0 RUN apt update && \ apt install --no-install-recommends -y \ diff --git a/stable/Dockerfile b/stable/Dockerfile index 1cdb98b..3a60345 100644 --- a/stable/Dockerfile +++ b/stable/Dockerfile @@ -1,6 +1,6 @@ FROM debian:latest as setup -ENV IBC_VERSION=3.16.2 +ENV IBC_VERSION=3.17.0 RUN apt update && \ apt install --no-install-recommends -y \