Skip to content

Commit cd4a45b

Browse files
committed
🔧(build) bump base image versions
1 parent 3b8bea2 commit cd4a45b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/mpa/rspamd/Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:12.10-slim
1+
FROM debian:13.2-slim
22

33
RUN apt-get update && \
44
apt-get install -y --no-install-recommends lsb-release wget gpg ruby nginx netcat-openbsd procps && \

‎src/mta-out/Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://hub.docker.com/_/python
2-
FROM python:3.13.5-slim-bookworm AS base
2+
FROM python:3.13.7-slim-trixie AS base
33

44
# Bump this to force an update of the apt repositories
55
ENV MIN_UPDATE_DATE="2025-07-14"

0 commit comments

Comments
 (0)