Skip to content

Commit d01a422

Browse files
Fix neo image links
1 parent 6f83f87 commit d01a422

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

resources/neo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exploit_dir: "data"
1212
grpc_auth_key: "$$PASSWORD$$"
1313
EOT
1414

15-
IMAGE="ghcr.io/pomo-mondreganto/neo_env:${VERSION}"
15+
IMAGE="ghcr.io/c4t-but-s4d/neo_env:${VERSION}"
1616
CONTAINER_NAME="neo-${VERSION}"
1717

1818
mkdir -p "${DIR}/exploits"

resources/neo_light.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exploit_dir: "data"
1212
grpc_auth_key: "$$PASSWORD$$"
1313
EOT
1414

15-
IMAGE="ghcr.io/pomo-mondreganto/neo_env_light:${VERSION}"
15+
IMAGE="ghcr.io/c4t-but-s4d/neo_env_light:${VERSION}"
1616
CONTAINER_NAME="neo-${VERSION}"
1717

1818
mkdir -p "${DIR}/exploits"

resources/neo_sage.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exploit_dir: "data"
1212
grpc_auth_key: "$$PASSWORD$$"
1313
EOT
1414

15-
IMAGE="ghcr.io/pomo-mondreganto/neo_env_sage:${VERSION}"
15+
IMAGE="ghcr.io/c4t-but-s4d/neo_env_sage:${VERSION}"
1616
CONTAINER_NAME="neo-${VERSION}"
1717

1818
mkdir -p "${DIR}/exploits"

0 commit comments

Comments
 (0)