Skip to content

Commit

Permalink
bump to 2.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-stojanovic-s committed Nov 7, 2024
1 parent 3b8beb0 commit d01af23
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,7 +5,7 @@ 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 --platform=linux/amd64/v2 erigontech/erigon:v2.60.9
FROM --platform=linux/amd64/v2 erigontech/erigon:v2.60.10
USER root
RUN apt update -y && \
apt install -y netcat-openbsd=1.219-1 && \
Expand Down

0 comments on commit d01af23

Please sign in to comment.