Dockerfile: set base image to 24.04 to be more specific #5

Merged
dresi merged 1 commits from maintain_dockerfile into master 2025-11-11 11:31:10 +01:00

View File

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