Skip to content

Commit

Permalink
Pin alpine version of integration tests helper container
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Dec 8, 2023
1 parent 252de64 commit 8bcc4b8
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 8bcc4b8

Please sign in to comment.