Update ubuntu Docker tag to noble-20250529
Some checks failed
Docker Build CI / build (firefly-data-importer) (push) Successful in 2s
Docker Build CI / build (qbittorrent-natpmp) (push) Failing after 4s
Docker Build CI / build (xbps-repo) (push) Successful in 2s
Docker Build CI / build (lighttpd) (push) Successful in 2s
Docker Build CI / build (xbps-builder) (push) Successful in 1s

This commit is contained in:
Johnny5 2025-06-03 03:00:15 +00:00
parent 84895f37e2
commit d510d03dcb
Signed by: Johnny5
GPG key ID: 8D9AF7C566F26C50

View file

@ -1,4 +1,4 @@
FROM ubuntu:noble-20250415.1 AS docker-cli
FROM ubuntu:noble-20250529 AS docker-cli
RUN apt-get update && \
apt-get install --no-install-suggests --no-install-recommends --yes --quiet \
@ -12,7 +12,7 @@ RUN mkdir -m 0755 -p /etc/apt/keyrings && \
RUN apt-get update && \
apt-get install --no-install-suggests --no-install-recommends --yes --quiet docker-ce-cli
FROM ubuntu:noble-20250415.1
FROM ubuntu:noble-20250529
LABEL org.opencontainers.image.source="https://github.com/ssnailed/qbittorrent-natpmp"
LABEL org.opencontainers.image.base.name="ubuntu:jammy"