1
0
Fork 0

Bump alpine from 3.13.0 to 3.13.1 (#752)

This commit is contained in:
dependabot[bot] 2021-01-31 17:12:46 +00:00 committed by GitHub
parent d0965158b5
commit b966ed76e9
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.0
FROM alpine:3.13.1
LABEL maintainer="Nicolas Duchon <nicolas.duchon@gmail.com> (@buchdag)"