Browse Source

upgrade alpine from 3.16.3 to 3.17.0 including upgrade of openvpn package from v2.5.6-r1 to v2.5.8-r0

https://github.com/fphammerle/docker-hackthebox-gateway/pull/27
Fabian Peter Hammerle 1 year ago
parent
commit
0e48fb1726
2 changed files with 3 additions and 3 deletions
  1. 2 2
      Dockerfile
  2. 1 1
      openvpn-package-log.url

+ 2 - 2
Dockerfile

@@ -1,6 +1,6 @@
-FROM docker.io/alpine:3.16.3
+FROM docker.io/alpine:3.17.0
 
-ARG OPENVPN_PACKAGE_VERSION=2.5.6-r1
+ARG OPENVPN_PACKAGE_VERSION=2.5.8-r0
 RUN apk add --no-cache openvpn=$OPENVPN_PACKAGE_VERSION
 
 VOLUME /vpn-config

+ 1 - 1
openvpn-package-log.url

@@ -1 +1 @@
-https://git.alpinelinux.org/aports/log/main/openvpn?h=3.16-stable
+https://git.alpinelinux.org/aports/log/main/openvpn?h=3.17-stable