From 9dae554843bbdc6d55d102a7019c3959524880f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Feb 2021 06:56:08 +0000 Subject: [PATCH] Bump alpine from 3.13.1 to 3.13.2 Bumps alpine from 3.13.1 to 3.13.2. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a6e2b3fc3..bc9bf712e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN VERSION=$(git describe --all --exact-match `git rev-parse HEAD` | grep tags -X github.com/openfaas/faas-netes/version.Version=${VERSION}" \ -a -installsuffix cgo -o faas-netes . -FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.13.1 as ship +FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.13.2 as ship LABEL org.label-schema.license="MIT" \ org.label-schema.vcs-url="https://github.com/openfaas/faas-netes" \ org.label-schema.vcs-type="Git" \