Skip to content

Commit

Permalink
update latest to 10.23.2a, stable to 10.19.2a
Browse files Browse the repository at this point in the history
  • Loading branch information
extrange committed Jul 14, 2023
1 parent 0cb39c1 commit d5db265
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion latest/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion stable/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit d5db265

Please sign in to comment.