Browse Source

Bump alpine from 3.16.3 to 3.17.0

Bumps alpine from 3.16.3 to 3.17.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 1 year ago
parent
commit
a672077b6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM docker.io/alpine:3.16.3
+FROM docker.io/alpine:3.17.0
 
 ARG OPENVPN_PACKAGE_VERSION=2.5.6-r1
 RUN apk add --no-cache openvpn=$OPENVPN_PACKAGE_VERSION