1
0

Bump alpine from 3.13.2 to 3.13.3 (#771)

This commit is contained in:
dependabot[bot] 2021-03-26 10:56:34 +00:00 committed by GitHub
parent 1bfbb9bb11
commit 3a037b3a18
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

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