Update Dockerfile

This commit is contained in:
Teddysun
2019-08-14 22:05:42 +09:00
parent 8e739b4458
commit a16c60e43b

View File

@@ -1,7 +1,7 @@
# Dockerfile for L2TP/IPSec VPN Server
# Copyright (C) 2018 - 2019 Teddysun <i@teddysun.com>
FROM debian:stretch
FROM debian:buster
LABEL maintainer="Teddysun <i@teddysun.com>"
RUN set -ex \