From 0ede3fbfbff21f07eb20341d3fb277de170995b3 Mon Sep 17 00:00:00 2001 From: Miao Wang Date: Tue, 16 May 2023 22:38:06 +0800 Subject: [PATCH] ftpsync: upgrade to bookworm --- dockerfiles/ftpsync/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/ftpsync/Dockerfile b/dockerfiles/ftpsync/Dockerfile index e331f75..e86de6a 100644 --- a/dockerfiles/ftpsync/Dockerfile +++ b/dockerfiles/ftpsync/Dockerfile @@ -1,8 +1,8 @@ -FROM debian:stretch +FROM debian:bookworm MAINTAINER Justin Wong RUN apt-get update && \ - apt-get install -y git rsync awscli stunnel4 socat && \ + apt-get install -y git rsync stunnel4 socat && \ apt-get clean all RUN git clone https://ftp-master.debian.org/git/archvsync.git/ /ftpsync/