| author | Alberto Bertogli
<albertito@blitiri.com.ar> 2026-02-01 10:48:52 UTC |
| committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2026-02-01 10:51:10 UTC |
| parent | d9f53411b53abd4c88b0b757b3642da7908b414c |
| docker/Dockerfile | +4 | -1 |
diff --git a/docker/Dockerfile b/docker/Dockerfile index 73af700..98dd135 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -15,7 +15,10 @@ RUN go get -d ./... && \ go install ./... # Create the image. -FROM debian:stable-slim +# Use a specific Debian stable version, because the move between +# different stable version may introduce some breaking changes, so we want to +# do them in a controlled way. +FROM debian:13-slim # Create the chasquid and dovecot users with fixed UID/GID. # Install the packages we need.