Skip to content

Commit

Permalink
Merge pull request #57673 from ClickHouse/cherrypick/23.9/bb2b71674c3…
Browse files Browse the repository at this point in the history
…61c9955f00b886a8d650248743dfc

Cherry pick #57669 to 23.9: Pin alpine version of integration tests helper container
  • Loading branch information
robot-ch-test-poll2 committed Dec 8, 2023
2 parents 8bd97d0 + bb2b716 commit a25638e
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 a25638e

Please sign in to comment.