Skip to content

Commit d3c08db

Browse files
committed
Docker: pin minimal image to trixie snapshot version
1 parent 16e3050 commit d3c08db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.trixie

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:trixie as base
1+
FROM debian:trixie-20240904 as base
22

33
ARG DEBIAN_FRONTEND=noninteractive
44
ARG APT_LISTCHANGES_FRONTEND=none
@@ -84,7 +84,7 @@ git clone --recursive https://github.com/EionRobb/purple-mattermost && \
8484

8585
#todo: Fix tdlib-purple here
8686

87-
FROM debian:trixie as production
87+
FROM debian:trixie-20240904 as production
8888

8989
EXPOSE 8080
9090
VOLUME ["/etc/spectrum2/transports", "/var/lib/spectrum2"]

0 commit comments

Comments
 (0)