Browse Source

Bump alpine from 3.14.2 to 3.14.3

Bumps alpine from 3.14.2 to 3.14.3.

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

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

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM alpine:3.14.2
+FROM alpine:3.14.3
 
 ARG OPENVPN_PACKAGE_VERSION=2.5.2-r0
 RUN apk add --no-cache openvpn=$OPENVPN_PACKAGE_VERSION