Skip to content

Commit

Permalink
chore(deps): update docker.io/library/ubuntu:noble docker digest to 2…
Browse files Browse the repository at this point in the history
…78628f
  • Loading branch information
renovate[bot] authored and oliversalzburg committed Nov 16, 2024
1 parent a16f27b commit 2314b0b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion contexts/lidarr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/ubuntu:noble@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5
FROM docker.io/library/ubuntu:noble@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295

# Versions of core components.
ARG LIDARR_VERSION
Expand Down
2 changes: 1 addition & 1 deletion contexts/prowlarr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/ubuntu:noble@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5
FROM docker.io/library/ubuntu:noble@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295

# Versions of core components.
ARG PROWLARR_VERSION
Expand Down
4 changes: 2 additions & 2 deletions contexts/qbittorrent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/ubuntu:noble@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5
FROM docker.io/library/ubuntu:noble@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295

# Versions of core components.
ARG QBITTORRENT_VERSION
Expand Down Expand Up @@ -87,7 +87,7 @@ RUN apt-get remove --purge --yes \
&& apt-get autoremove --yes \
&& apt-get clean

FROM docker.io/library/ubuntu:noble@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5
FROM docker.io/library/ubuntu:noble@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295
COPY --from=0 / /
RUN ldconfig
WORKDIR /config
Expand Down
2 changes: 1 addition & 1 deletion contexts/radarr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/ubuntu:noble@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5
FROM docker.io/library/ubuntu:noble@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295

# Versions of core components.
ARG RADARR_VERSION
Expand Down
2 changes: 1 addition & 1 deletion contexts/sonarr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/ubuntu:noble@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5
FROM docker.io/library/ubuntu:noble@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295

# Versions of core components.
ARG SONARR_VERSION
Expand Down
2 changes: 1 addition & 1 deletion contexts/ytdl-sub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/ubuntu:noble@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5
FROM docker.io/library/ubuntu:noble@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295

# Versions of core components.
ARG YTDLSUB_VERSION
Expand Down

0 comments on commit 2314b0b

Please sign in to comment.