We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812a247 commit e3264b3Copy full SHA for e3264b3
23.3.0/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:bookworm-slim AS builder
+FROM debian:trixie-slim AS builder
2
3
# VERSION of Elements Core to be download
4
ARG VERSION=23.3.0
@@ -14,7 +14,7 @@ RUN set -ex \
14
&& mkdir bin \
15
&& tar -xzvf elements.tar.gz -C /tmp/bin --strip-components=2 "elements-$VERSION/bin/elements-cli" "elements-$VERSION/bin/elementsd"
16
17
-FROM debian:stretch-slim
+FROM debian:trixie-slim
18
19
# $USER name, and data $DIR to be used in the `final` image
20
ARG USER=elements
0 commit comments