Skip to content

Commit

Permalink
Merge pull request #57678 from ClickHouse/backport/23.10/57669
Browse files Browse the repository at this point in the history
Backport #57669 to 23.10: Pin alpine version of integration tests helper container
  • Loading branch information
alexey-milovidov committed Dec 8, 2023
2 parents aee2f36 + 4f8e2ec commit b9a4025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test/integration/helper_container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker build -t clickhouse/integration-helper .
# Helper docker container to run iptables without sudo

FROM alpine
FROM alpine:3.18
RUN apk add --no-cache -U iproute2 \
&& for bin in iptables iptables-restore iptables-save; \
do ln -sf xtables-nft-multi "/sbin/$bin"; \
Expand Down

0 comments on commit b9a4025

Please sign in to comment.