diff --git a/Dockerfile b/Dockerfile index 2cfb698..d2581ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \