File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
miniflare/src/plugins/core Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import type {
1818} from "./types" ;
1919
2020const DEFAULT_CONTAINER_EGRESS_INTERCEPTOR_IMAGE =
21- "cloudflare/proxy-everything:main @sha256:3b3c97a1eb30c33f0ea9df2260af36ef7e414a304de6549d444c08026d92c653 " ;
21+ "cloudflare/proxy-everything:829dff9 @sha256:f73edbb9042c6ddf87e492e6cb39b82871808ba26b6439e4e2d6745939ea1617 " ;
2222
2323export function getEgressInterceptorImage ( ) : string {
2424 return (
Original file line number Diff line number Diff line change @@ -1217,7 +1217,7 @@ function getWorkerScript(
12171217}
12181218
12191219const DEFAULT_CONTAINER_EGRESS_INTERCEPTOR_IMAGE =
1220- "cloudflare/proxy-everything:86bfd00 @sha256:ea7a821fc18b57a5151df582d66f7af9b80b938ed4ec5e2d468a185b4b18883e " ;
1220+ "cloudflare/proxy-everything:829dff9 @sha256:f73edbb9042c6ddf87e492e6cb39b82871808ba26b6439e4e2d6745939ea1617 " ;
12211221
12221222/**
12231223 * Returns the default containerEgressInterceptorImage. It's used for
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export default async function ({ provide }: GlobalSetupContext) {
2828 await stop ( ) ;
2929
3030 console . log ( "Cleaning up temporary directory..." ) ;
31- removeDir ( projectPath , { fireAndForget : true } ) ;
31+ await removeDir ( projectPath , { fireAndForget : true } ) ;
3232 } ;
3333}
3434
You can’t perform that action at this time.
0 commit comments