Skip to content

Commit

Permalink
Bump alpine from 3.20 to 3.21 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent dbebe99 commit a07a1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a07a1c4

Please sign in to comment.