Skip to content

Commit 928ba96

Browse files
committed
Update to latest docker-socks-tunnel
Nothing particularly critical here, just a nice version bump for dependencies and mildly smaller.
1 parent 3bcfc90 commit 928ba96

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 { isDockerAvailable } from './docker-interception-services';
88
import { logError } from '../../error-tracking';
99
import { waitForDockerStream } from './docker-utils';
1010

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

1414
const getDockerTunnelContainerName = (proxyPort: number) =>

0 commit comments

Comments
 (0)