From f996d4d99549bd9393895dac40aeab5f018f8f98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 10:27:52 +0100 Subject: [PATCH] Bump alpine from 3.18.2 to 3.18.4 (#89) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a6718fd..1b2db19 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 simple-go-app . -FROM alpine:3.18.2 +FROM alpine:3.18.4 LABEL maintainer="Florian Hopfensperger "