Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
chore(deps): update base images
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 30, 2024
1 parent 5dd1824 commit bbed0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion archlinux.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/archlinux:latest@sha256:50df1b242e2160d0d4cb7fa537e975bd2645fd7cd881a77f6e0210aea5f02587
FROM docker.io/library/archlinux:latest@sha256:486969816908ee2135d869bd7d3ca9bd15dc49f755e06f2d212915992b25b29b

RUN pacman -Rdd --noconfirm dbus-broker-units \
&& pacman -Syu --noconfirm \
Expand Down
2 changes: 1 addition & 1 deletion fedora.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG base_image=fedora-40

FROM docker.io/library/fedora:39@sha256:e3a65f75c3be76349557e99bbb6da4f358d1a9c7378cadfb16e7823df6ddba7c AS fedora-39
FROM docker.io/library/fedora:39@sha256:0284a7f221315ad16cea0a5a8538260aa79a1dfb81b73c19929ae0a2fbfca6fc AS fedora-39
FROM docker.io/library/fedora:40@sha256:5ce8497aeea599bf6b54ab3979133923d82aaa4f6ca5ced1812611b197c79eb0 AS fedora-40

FROM ${base_image}
Expand Down

0 comments on commit bbed0f8

Please sign in to comment.