Skip to content

Commit e3264b3

Browse files
authored
Update to Debian 13 (#12)
1 parent 812a247 commit e3264b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

23.3.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bookworm-slim AS builder
1+
FROM debian:trixie-slim AS builder
22

33
# VERSION of Elements Core to be download
44
ARG VERSION=23.3.0
@@ -14,7 +14,7 @@ RUN set -ex \
1414
&& mkdir bin \
1515
&& tar -xzvf elements.tar.gz -C /tmp/bin --strip-components=2 "elements-$VERSION/bin/elements-cli" "elements-$VERSION/bin/elementsd"
1616

17-
FROM debian:stretch-slim
17+
FROM debian:trixie-slim
1818

1919
# $USER name, and data $DIR to be used in the `final` image
2020
ARG USER=elements

0 commit comments

Comments
 (0)