1
0
Fork 0

chore(deps): Bump alpine from 3.13.5 to 3.14.2

Bumps alpine from 3.13.5 to 3.14.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-30 15:04:46 +00:00 committed by GitHub
parent 1a6cc79086
commit c00dd2af11
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ RUN apk add --no-cache --virtual .build-deps git \
&& rm -rf /go/docker-gen \
&& apk del .build-deps
FROM alpine:3.13.5
FROM alpine:3.14.2
LABEL maintainer="Nicolas Duchon <nicolas.duchon@gmail.com> (@buchdag)"