Browse Source

upgrade alpine base image from v3.12 to v3.14.1 and openvpn package from v2.4.9-r0 to v2.5.2-r0

Fabian Peter Hammerle 2 years ago
parent
commit
15f4b4a0dd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -1,6 +1,6 @@
-FROM alpine:3.12
+FROM alpine:3.14.1
 
-ARG OPENVPN_PACKAGE_VERSION=2.4.9-r0
+ARG OPENVPN_PACKAGE_VERSION=2.5.2-r0
 RUN apk add --no-cache openvpn=$OPENVPN_PACKAGE_VERSION
 
 VOLUME /vpn-config