File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.3-labs
2- FROM debian:12@sha256:b6507e340c43553136f5078284c8c68d86ec8262b1724dde73c325e8d3dcdeba as build
2+ FROM debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b as build
33
4- ARG VERSION=2.5 .0
4+ ARG VERSION=2.6 .0
55
66ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
77
8181
8282COPY rippled.conf validators.txt /opt/ripple/.ripple/
8383
84- FROM gcr.io/distroless/base-debian12:nonroot@sha256:dca858878977f01b80685240ca2cd9c1bb38958e2ab6f4ed5698c0ea23307143 as final
84+ FROM gcr.io/distroless/base-debian12:nonroot@sha256:c1201b805d3a35a4e870f9ce9775982dd166a2b0772232638dd2440fbe0e0134 as final
8585
8686ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
8787
Original file line number Diff line number Diff line change 1- docker build -t flarefoundation/rippled:2.5.0 .
1+ docker build -t flarefoundation/rippled:2.6.0-dless .
You can’t perform that action at this time.
0 commit comments