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 3b8bea2 commit cd4a45bCopy full SHA for cd4a45b
‎src/mpa/rspamd/Dockerfile‎
@@ -1,4 +1,4 @@
1
-FROM debian:12.10-slim
+FROM debian:13.2-slim
2
3
RUN apt-get update && \
4
apt-get install -y --no-install-recommends lsb-release wget gpg ruby nginx netcat-openbsd procps && \
‎src/mta-out/Dockerfile‎
@@ -1,5 +1,5 @@
# https://hub.docker.com/_/python
-FROM python:3.13.5-slim-bookworm AS base
+FROM python:3.13.7-slim-trixie AS base
# Bump this to force an update of the apt repositories
5
ENV MIN_UPDATE_DATE="2025-07-14"
0 commit comments