Skip to content

Commit

Permalink
fix(container): update image alpine to v3.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mihirsamdarshi committed Sep 30, 2023
1 parent add093c commit 8a03a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/port_manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry <<EOF
cargo build --release
EOF

FROM alpine:3.18.3 as runner
FROM alpine:3.18.4 as runner

RUN apk add --no-cache iptables

Expand Down

0 comments on commit 8a03a64

Please sign in to comment.