From 56296b0a25d8b11f8f08e0402a9b9508a3aba8aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 05:40:19 +0000 Subject: [PATCH] Bump alpine from 3.18.3 to 3.18.4 Bumps alpine from 3.18.3 to 3.18.4. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8c5a3de..537f3b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY . . RUN go build -o app ## Build final image -FROM alpine:3.18.3 +FROM alpine:3.18.4 LABEL maintainer="andy.lo-a-foe@philips.com" RUN apk add --no-cache ca-certificates supervisor jq curl && rm -rf /tmp/* /var/cache/apk/* RUN apk add --no-cache yq --repository http://dl-cdn.alpinelinux.org/alpine/edge/community