Dockerfile: set base image to 24.04 to be more specific

This commit is contained in:
Andreas Meier 2025-11-11 11:30:30 +01:00
parent debec92455
commit 28b831fc1f

View File

@ -1,5 +1,5 @@
FROM ubuntu:latest
MAINTAINER dresi
FROM ubuntu:24.04
LABEL org.opencontainers.image.authors="dockerimage@dresi.wtf"
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends rsync && \