Skip to content

Commit 9b62da6

Browse files
committed
Update to the latest Docker tunnel, now with ARM64 support
1 parent bf1400c commit 9b62da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interceptors/docker/docker-tunnel-proxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { delay } from '../../util/promise';
88
import { reportError } from '../../error-tracking';
99
import { waitForDockerStream } from './docker-utils';
1010

11-
const DOCKER_TUNNEL_IMAGE = "httptoolkit/docker-socks-tunnel:v1.1.0";
11+
const DOCKER_TUNNEL_IMAGE = "httptoolkit/docker-socks-tunnel:v1.2.0";
1212
const DOCKER_TUNNEL_LABEL = "tech.httptoolkit.docker.tunnel";
1313

1414
const getDockerTunnelContainerName = (proxyPort: number) =>

0 commit comments

Comments
 (0)