From c11ead15fd1e76ae74d4bd725bcb7112b1116341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 07:39:14 +0100 Subject: [PATCH] Bump alpine from 3.15.1 to 3.15.2 (#35) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b7b46e8..f367002 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY . . ARG BUILD_VERSION="0.0.0" RUN CGO_ENABLED=0 go build -a -ldflags "-X main.version=$BUILD_VERSION" -o json-log-to-human-readable . -FROM alpine:3.15.1 +FROM alpine:3.15.2 LABEL maintainer="Florian Hopfensperger "