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 148de11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion suse.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG base_image=opensuse-tumbleweed

FROM docker.io/opensuse/tumbleweed:latest@sha256:b6506b99ccef210eb0758749d4b6433b5d2f7883aaf6caa0abc7038e8576c808 AS opensuse-tumbleweed
FROM docker.io/opensuse/tumbleweed:latest@sha256:a554434235ce0f49ccb8494873e31bd5f2d939856161e068aeb87e6cd3800d27 AS opensuse-tumbleweed
FROM docker.io/opensuse/leap:15.6@sha256:1cf79e78bb69f39fb2f78a7c2c7ebc4b64cf8d82eb1df76cd36767a595ada7a8 AS opensuse-leap-15.6

FROM ${base_image}
Expand Down

0 comments on commit 148de11

Please sign in to comment.