Skip to content

Commit

Permalink
Bump alpine from 3.20 to 3.21 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 3dbf487 commit ec94caf
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 @@ -10,7 +10,7 @@ WORKDIR $GOPATH/src/sctplb
COPY . .
RUN CGO_ENABLED=0 go install

FROM alpine:3.20 AS sctplb
FROM alpine:3.21 AS sctplb

LABEL maintainer="Aether SD-Core <[email protected]>" \
description="ONF open source 5G Core Network" \
Expand Down

0 comments on commit ec94caf

Please sign in to comment.