Update Dockerfile

This commit is contained in:
Teddysun 2019-08-14 22:05:42 +09:00
parent 8e739b4458
commit a16c60e43b
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D

View File

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