File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.3-labs
2- FROM debian:trixie@sha256:0d01188e8dd0ac63bf155900fad49279131a876a1ea7fac917c62e87ccb2732d as build
2+ FROM debian:trixie@sha256:2c91e484d93f0830a7e05a2b9d92a7b102be7cab562198b984a84fdbc7806d91 as build
33
4- ARG VERSION=3.1.0
4+ ARG VERSION=3.1.1
55
66ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
77
103103
104104COPY rippled.conf validators.txt /opt/ripple/.ripple/
105105
106- FROM gcr.io/distroless/base-debian13:nonroot@sha256:c0d0c9c854a635e57be1d6635e066b076de3b217c7b971b213cea2e5641cc3a0 as final
106+ FROM gcr.io/distroless/base-debian13:nonroot@sha256:e2f22688c7f48cf0657f7c0929b52174c80b73ea24ea898df7517c26621659bb as final
107107
108108ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
109109
You can’t perform that action at this time.
0 commit comments