From a07a1c4a3c1fb97e12e6dce79e0982392c6307fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 06:21:16 +0000 Subject: [PATCH] Bump alpine from 3.20 to 3.21 (#129) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 67b5c64..8171a5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN CGO_ENABLED=0 go build -o ./pfcpctl cmd/pfcpctl/main.go && \ CGO_ENABLED=0 go build -o ./pfcpsim cmd/pfcpsim/main.go # Stage pfcpsim: runtime image of pfcpsim, containing also pfcpctl -FROM alpine:3.20 AS pfcpsim +FROM alpine:3.21 AS pfcpsim RUN apk update && apk add --no-cache -U tcpdump