Skip to content

Commit af9eadb

Browse files
committed
rippled 3.0.0
1 parent 76eb28e commit af9eadb

File tree

5 files changed

+4
-278
lines changed

5 files changed

+4
-278
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:bookworm@sha256:93492d1405a072c9d3b89110490e330e0b7eb37754cafc9520908b7fe6873f5f as build
2+
FROM debian:trixie@sha256:0d01188e8dd0ac63bf155900fad49279131a876a1ea7fac917c62e87ccb2732d as build
33

4-
ARG VERSION=2.6.1
4+
ARG VERSION=3.0.0
55

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

@@ -74,7 +74,7 @@ EOF
7474

7575
COPY rippled.conf validators.txt /opt/ripple/.ripple/
7676

77-
FROM gcr.io/distroless/base-debian12:nonroot@sha256:c1201b805d3a35a4e870f9ce9775982dd166a2b0772232638dd2440fbe0e0134 as final
77+
FROM gcr.io/distroless/base-debian13:nonroot@sha256:c0d0c9c854a635e57be1d6635e066b076de3b217c7b971b213cea2e5641cc3a0 as final
7878

7979
ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
8080

images/rippled/Dockerfile.2.6.2

Lines changed: 0 additions & 132 deletions
This file was deleted.

images/rippled/Dockerfile.2.6.2.uid_65532

Lines changed: 0 additions & 141 deletions
This file was deleted.

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.6.1-dless .
1+
docker build -t flarefoundation/rippled:3.0.0-dless .

images/rippled/build_2_6_2.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)