Skip to content

Commit bd5eb16

Browse files
Merge pull request #47 from flare-foundation/feature/rippled_2.6.0
update rippled to 2.6.0
2 parents db7c8e6 + c570dcd commit bd5eb16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

images/rippled/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
77

@@ -81,7 +81,7 @@ EOF
8181

8282
COPY 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

8686
ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
8787

images/rippled/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker build -t flarefoundation/rippled:2.5.0 .
1+
docker build -t flarefoundation/rippled:2.6.0-dless .

0 commit comments

Comments
 (0)