Browse Source

upgrade alpine base image from v3.17.3 to v3.18.0 including upgrade of openvpn package from v2.5.8-r0 to v2.6.4-r0 (see below)

https://web.archive.org/web/20230514094058/https://github.com/OpenVPN/openvpn/blob/master/Changes.rst
https://web.archive.org/web/20230514094206/https://github.com/OpenVPN/openvpn/blob/release/2.6/ChangeLog
https://web.archive.org/web/20230514094321/https://git.alpinelinux.org/aports/commit/main/openvpn?h=3.18-stable&id=0ba874fb1c082d03de7fe34209e220ae40b9c6ca
https://web.archive.org/web/20230514094627/https://git.alpinelinux.org/aports/commit/main/openvpn?h=3.18-stable&id=0c8fad5223a3d14be9a89b41ab26f1356fac7c68
https://web.archive.org/web/20230514094640/https://git.alpinelinux.org/aports/commit/main/openvpn?h=3.18-stable&id=3d0bcf7b0ad727d01087983e80da09470680be14
https://web.archive.org/web/20230514094653/https://git.alpinelinux.org/aports/commit/main/openvpn?h=3.18-stable&id=f64fbfd527d751737b919bc7980295ffc9d77536
https://web.archive.org/web/20230514094706/https://git.alpinelinux.org/aports/commit/main/openvpn?h=3.18-stable&id=eea670efeb9dfe18967b9641c592704d467ea136
Fabian Peter Hammerle 10 months ago
parent
commit
0cd16ab32f
2 changed files with 3 additions and 3 deletions
  1. 3 2
      Dockerfile
  2. 0 1
      openvpn-package-log.url

+ 3 - 2
Dockerfile

@@ -1,6 +1,7 @@
-FROM docker.io/alpine:3.17.3
+FROM docker.io/alpine:3.18.0
 
-ARG OPENVPN_PACKAGE_VERSION=2.5.8-r0
+# https://git.alpinelinux.org/aports/log/main/openvpn?h=3.18-stable
+ARG OPENVPN_PACKAGE_VERSION=2.6.4-r0
 RUN apk add --no-cache openvpn=$OPENVPN_PACKAGE_VERSION
 
 VOLUME /vpn-config

+ 0 - 1
openvpn-package-log.url

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