diff --git a/Dockerfile b/Dockerfile index 0db1934..75e137c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Have a common base for the entire Debian build branch. -FROM debian:13.1-slim AS base +FROM debian:13.2-slim AS base ARG DEBIAN_FRONTEND=noninteractive LABEL maintainer="Jonas Alfredsson "