Преглед изворни кода

Bump alpine from 3.14.1 to 3.14.2

Bumps alpine from 3.14.1 to 3.14.2.

---
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] пре 3 година
родитељ
комит
87feb88036
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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