Compare commits

..

2 Commits

Author SHA1 Message Date
6376032d51 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
2025-11-11 11:31:09 +01:00
Andreas Meier
caefe3ae27 Dockerfile: set base image to 24.04 to be more specific
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 9m20s
2025-11-11 11:30:30 +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 && \