From 59a9e443602ea8f4d36ea177fb91f0a046795f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 02:20:06 +0000 Subject: [PATCH] Bump alpine from 3.20.0 to 3.20.1 Bumps alpine from 3.20.0 to 3.20.1. --- 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 1e4e43858..855cf7433 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.0 AS pfcpiface +FROM alpine:3.20.1 AS pfcpiface COPY conf /opt/bess/bessctl/conf COPY --from=pfcpiface-build /bin/pfcpiface /bin ENTRYPOINT [ "/bin/pfcpiface" ]