From 0d29d5ae51d5d00f044b53c7f37bfcc648059093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:47:11 -0600 Subject: [PATCH] chore(deps): bump alpine from 3.19.1 to 3.20.2 in /image (#1332) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index d0f5ff2e6..7e952cd16 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -12,7 +12,7 @@ COPY ui ui RUN --mount=type=secret,id=npmrc,target=/root/.npmrc make -C ui all -FROM alpine:3.19.1 as app +FROM alpine:3.20.2 as app COPY --from=golang-builder /go/src/github.com/stackrox/infra/bin/infra-server-linux-amd64 /infra-server