Skip to content

Commit

Permalink
Revert "Node 12 to 18"
Browse files Browse the repository at this point in the history
This reverts commit ed3f9bf.
  • Loading branch information
lvpeschke committed Sep 15, 2023
1 parent ed3f9bf commit 20f5be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ADD https://www.googleapis.com/storage/v1/b/genesis_blocks/o/${celo_env}?alt=med
ADD https://www.googleapis.com/storage/v1/b/static_nodes/o/${celo_env}?alt=media /celo/static-nodes.json

# Build Celocli
FROM node:18-alpine as node
FROM node:12-alpine as node

ARG celo_env

Expand Down

0 comments on commit 20f5be5

Please sign in to comment.