From 9b562a1c68e48b16d95b01a7e7c7baa7b8a6becf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 04:33:12 +0000 Subject: [PATCH] Bump alpine from 3.20.1 to 3.20.2 Bumps alpine from 3.20.1 to 3.20.2. --- 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 855cf74337..ae2a9b31c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -134,7 +134,7 @@ COPY . /pfcpiface RUN CGO_ENABLED=0 go build $GOFLAGS -o /bin/pfcpiface ./cmd/pfcpiface # Stage pfcpiface: runtime image of pfcpiface toward SMF/SPGW-C -FROM alpine:3.20.1 AS pfcpiface +FROM alpine:3.20.2 AS pfcpiface COPY conf /opt/bess/bessctl/conf COPY --from=pfcpiface-build /bin/pfcpiface /bin ENTRYPOINT [ "/bin/pfcpiface" ]