From 5f9bd34af5fbf8d4b81eeb2f0ab1aa1c01936e58 Mon Sep 17 00:00:00 2001 From: samclusker <9279784+samclusker@users.noreply.github.com> Date: Fri, 8 May 2026 04:58:16 +0100 Subject: [PATCH 1/2] chore: upgrade xrpl --- images/rippled/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/rippled/Dockerfile b/images/rippled/Dockerfile index e7497b8..fc5bb4e 100644 --- a/images/rippled/Dockerfile +++ b/images/rippled/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.3-labs FROM debian:trixie@sha256:2c91e484d93f0830a7e05a2b9d92a7b102be7cab562198b984a84fdbc7806d91 as build -ARG VERSION=3.1.2 +ARG VERSION=3.1.3 ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London" From e7b883e362868d3b7a3400b3846095ead608f446 Mon Sep 17 00:00:00 2001 From: samclusker <9279784+samclusker@users.noreply.github.com> Date: Fri, 8 May 2026 05:00:54 +0100 Subject: [PATCH 2/2] vuln alerts --- .github/workflows/release-rippled.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-rippled.yml b/.github/workflows/release-rippled.yml index 997bdc7..f56a4bf 100644 --- a/.github/workflows/release-rippled.yml +++ b/.github/workflows/release-rippled.yml @@ -27,6 +27,7 @@ jobs: statuses: read security-events: read artifact-metadata: read + vulnerability-alerts: read packages: write id-token: write attestations: write