Skip to content

Commit

Permalink
ftpsync: upgrade to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
shankerwangmiao committed May 16, 2023
1 parent f1c1164 commit 0ede3fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/ftpsync/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM debian:stretch
FROM debian:bookworm
MAINTAINER Justin Wong <yuzhi.wang@tuna.tsinghua.edu.cn>

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/
Expand Down

0 comments on commit 0ede3fb

Please sign in to comment.