diff --git a/images/rippled/Dockerfile b/images/rippled/Dockerfile index b00b170..e7497b8 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.1 +ARG VERSION=3.1.2 ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"