Skip to content

Commit

Permalink
Docker: pin minimal image to trixie snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyster committed Sep 19, 2024
1 parent 16e3050 commit d3c08db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.trixie
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:trixie as base
FROM debian:trixie-20240904 as base

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

#todo: Fix tdlib-purple here

FROM debian:trixie as production
FROM debian:trixie-20240904 as production

EXPOSE 8080
VOLUME ["/etc/spectrum2/transports", "/var/lib/spectrum2"]
Expand Down

0 comments on commit d3c08db

Please sign in to comment.