Skip to content

Commit

Permalink
Update docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Nov 8, 2023
1 parent 463296a commit 5db048c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/erigon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Build Erigon Via Pre-Built Image:
ARG baseimage=thorax/erigon
ARG tag=local
ARG tag=devel
FROM $baseimage:$tag

# The upstream erigon container uses a non-root user, but we need
Expand Down
4 changes: 2 additions & 2 deletions clients/nethermind/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Build Nethermind Via Pre-Built Image:
ARG baseimage=nethermindeth/hive
ARG tag=local
ARG baseimage=nethermindeth/nethermind
ARG tag=master
FROM $baseimage:$tag

RUN apt-get update && apt-get install -y jq && \
Expand Down

0 comments on commit 5db048c

Please sign in to comment.