Skip to content

Commit 9c09416

Browse files
committed
🔧 tweak setting
1 parent 65736ab commit 9c09416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/ctf-server.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ spec:
9191
runAsNonRoot: false
9292
containers:
9393
- name: orchestrator
94-
image: ghcr.io/openzeppelin/ctf-infra:latest
94+
image: ghcr.io/openzeppelin/ctf-infra:0.1.2
9595
command: ["uvicorn", "--host", "0.0.0.0", "--port", "7283", "ctf_server:orchestrator"]
9696
env:
9797
- name: BACKEND
@@ -142,7 +142,7 @@ spec:
142142
runAsNonRoot: false
143143
containers:
144144
- name: anvil-proxy
145-
image: ghcr.io/openzeppelin/ctf-infra:latest
145+
image: ghcr.io/openzeppelin/ctf-infra:0.1.2
146146
command: ["uvicorn", "--host", "0.0.0.0", "--port", "8545", "--workers", "16", "ctf_server:anvil_proxy"]
147147
env:
148148
- name: DATABASE

0 commit comments

Comments
 (0)