From 16a8ec7ee615c9c80db2b18178180426f4873d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:21:03 +0000 Subject: [PATCH] Bump alpine from 3.18.2 to 3.18.4 Bumps alpine from 3.18.2 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 1beb5c280..0ea946a7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -146,7 +146,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.18.2 AS pfcpiface +FROM alpine:3.18.4 AS pfcpiface COPY conf /opt/bess/bessctl/conf COPY --from=pfcpiface-build /bin/pfcpiface /bin ENTRYPOINT [ "/bin/pfcpiface" ]