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 16e3050 commit d3c08dbCopy full SHA for d3c08db
Dockerfile.trixie
@@ -1,4 +1,4 @@
1
-FROM debian:trixie as base
+FROM debian:trixie-20240904 as base
2
3
ARG DEBIAN_FRONTEND=noninteractive
4
ARG APT_LISTCHANGES_FRONTEND=none
@@ -84,7 +84,7 @@ git clone --recursive https://github.com/EionRobb/purple-mattermost && \
84
85
#todo: Fix tdlib-purple here
86
87
-FROM debian:trixie as production
+FROM debian:trixie-20240904 as production
88
89
EXPOSE 8080
90
VOLUME ["/etc/spectrum2/transports", "/var/lib/spectrum2"]
0 commit comments