1
0
Fork 0

chore(docker): Bump alpine from 3.13.3 to 3.13.4 (#773)

Bumps alpine from 3.13.3 to 3.13.4.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-04-01 10:19:36 +02:00 committed by GitHub
parent 53d2ac18a5
commit f30084d1fd
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ RUN apk add --no-cache --virtual .build-deps \
&& rm -rf /go/src \
&& apk del .build-deps
FROM alpine:3.13.3
FROM alpine:3.13.4
LABEL maintainer="Nicolas Duchon <nicolas.duchon@gmail.com> (@buchdag)"