Skip to content

Commit 590706f

Browse files
committed
update docker file
1 parent 3dc56ec commit 590706f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker-builds/server/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM --platform=amd64 487920318758.dkr.ecr.eu-central-1.amazonaws.com/cljs-web3-ci:node-20.18.1 AS builder
1+
ARG DOCKER_REGISTRY
2+
FROM --platform=amd64 $DOCKER_REGISTRY/cljs-web3-ci:node-20.18.1 AS builder
23

34
ARG ETHLANCE_ENV
45
ARG ETHLANCE_DEPLOY_SEED

0 commit comments

Comments
 (0)