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
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:
parent
84895f37e2
commit
d510d03dcb
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue