Use ubuntu latest for building nitro node containers
This commit is contained in:
parent
dd9d51d047
commit
c7acf17bd0
@ -4,6 +4,7 @@ services:
|
||||
# Optionally deploys the Nitro contracts
|
||||
nitro-contracts:
|
||||
image: cerc/nitro-contracts:local
|
||||
working_dir: /app
|
||||
restart: on-failure
|
||||
environment:
|
||||
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM debian:bookworm-slim
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y jq netcat-traditional ca-certificates curl
|
||||
|
Loading…
Reference in New Issue
Block a user