diff --git a/tests/integration/test_data/npm_lockfile3_aliased_deps/container/Containerfile b/tests/integration/test_data/npm_lockfile3_aliased_deps/container/Containerfile index c41f95684..56f477c75 100644 --- a/tests/integration/test_data/npm_lockfile3_aliased_deps/container/Containerfile +++ b/tests/integration/test_data/npm_lockfile3_aliased_deps/container/Containerfile @@ -1,4 +1,4 @@ -FROM node:18 +FROM docker.io/node:18 # Test disabled network access RUN if curl -IsS www.google.com; then echo "Has network access!"; exit 1; fi diff --git a/tests/integration/test_data/npm_lockfile3_dev_optional_peer_deps/container/Containerfile b/tests/integration/test_data/npm_lockfile3_dev_optional_peer_deps/container/Containerfile index b5b32969a..a30a2a901 100644 --- a/tests/integration/test_data/npm_lockfile3_dev_optional_peer_deps/container/Containerfile +++ b/tests/integration/test_data/npm_lockfile3_dev_optional_peer_deps/container/Containerfile @@ -1,4 +1,4 @@ -FROM node:18 +FROM docker.io/node:18 # Test disabled network access RUN if curl -IsS www.google.com; then echo "Has network access!"; exit 1; fi diff --git a/tests/integration/test_data/npm_lockfile3_multiple_dep_versions/container/Containerfile b/tests/integration/test_data/npm_lockfile3_multiple_dep_versions/container/Containerfile index 1c60f0530..8733c0fff 100644 --- a/tests/integration/test_data/npm_lockfile3_multiple_dep_versions/container/Containerfile +++ b/tests/integration/test_data/npm_lockfile3_multiple_dep_versions/container/Containerfile @@ -1,4 +1,4 @@ -FROM node:18 +FROM docker.io/node:18 # Test disabled network access RUN if curl -IsS www.google.com; then echo "Has network access!"; exit 1; fi