Skip to content

Commit

Permalink
v2.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avinashbo committed Jul 3, 2023
1 parent f4d8429 commit a8894a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ RUN wget https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v
mv /app/build/bin/grpc_health_probe-linux-amd64 /app/build/bin/grpc_health_probe && \
chmod +x /app/build/bin/grpc_health_probe

FROM thorax/erigon:v2.47.0
FROM thorax/erigon:v2.48.0
COPY --from=builder /app/build/bin/* /usr/local/bin/

0 comments on commit a8894a2

Please sign in to comment.