Merge pull request 'Dockerfile: set base image to 24.04 to be more specific' (#5) from maintain_dockerfile into master
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 9m3s

Reviewed-on: #5
This commit is contained in:
dresi 2025-11-11 11:31:09 +01:00
commit 6376032d51

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 && \