We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcfc90 commit 928ba96Copy full SHA for 928ba96
src/interceptors/docker/docker-tunnel-proxy.ts
@@ -8,7 +8,7 @@ import { isDockerAvailable } from './docker-interception-services';
8
import { logError } from '../../error-tracking';
9
import { waitForDockerStream } from './docker-utils';
10
11
-const DOCKER_TUNNEL_IMAGE = "ghcr.io/httptoolkit/docker-socks-tunnel:v1.2.0";
+const DOCKER_TUNNEL_IMAGE = "ghcr.io/httptoolkit/docker-socks-tunnel:v1.2.1";
12
const DOCKER_TUNNEL_LABEL = "tech.httptoolkit.docker.tunnel";
13
14
const getDockerTunnelContainerName = (proxyPort: number) =>
0 commit comments