From 7c63b0f73420c9336ab00dfc905fbd720a16fa41 Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Mon, 28 Oct 2019 05:33:41 -0400 Subject: Update tox-bootstrapd's dockerfile to use Debian Buster --- other/bootstrap_daemon/docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'other') diff --git a/other/bootstrap_daemon/docker/Dockerfile b/other/bootstrap_daemon/docker/Dockerfile index b056773e..5ef359cf 100644 --- a/other/bootstrap_daemon/docker/Dockerfile +++ b/other/bootstrap_daemon/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stretch-slim +FROM debian:buster-slim WORKDIR /tmp/tox @@ -11,7 +11,7 @@ RUN export BUILD_PACKAGES="\ python3" && \ export RUNTIME_PACKAGES="\ libconfig9 \ - libsodium18" && \ + libsodium23" && \ # get all deps apt-get update && apt-get install -y $BUILD_PACKAGES $RUNTIME_PACKAGES && \ # install toxcore and daemon -- cgit v1.2.3