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] committed Mar 18, 2024
1 parent a53ff53 commit 545738b
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 archlinux:latest@sha256:73e7485d52a63bec319bae1795522dd738d12cfb45ac345b166080783bf3a5ef
FROM archlinux:latest@sha256:85dc960fa1b01560091e6de62b09c4ad99c35cf818f6a7e2b2118a57f712bcb7

RUN pacman -Syu --noconfirm dbus-daemon-units gnome-shell vte3 xorg-server-xvfb xorg-xinit mesa packagekit gdm wl-clipboard libhandy && \
pacman -Scc --noconfirm
Expand Down
2 changes: 1 addition & 1 deletion fedora.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG base_image=fedora-38

FROM registry.fedoraproject.org/fedora:38@sha256:6349d2df6b4322c5690df1bb7743c45c356e20471dda69f27218cd9ba4a6c3c7 AS fedora-38
FROM registry.fedoraproject.org/fedora:39@sha256:e3a6087f62f288571db14defb7e0e10ad7fe6f973f567b0488d3aac5e927035a AS fedora-39
FROM registry.fedoraproject.org/fedora:40@sha256:6738e787d42a83b3edaecd19689a13fcd422d58fa9055ba27a7a4cd8a2e1d700 AS fedora-40
FROM registry.fedoraproject.org/fedora:40@sha256:989787355d63328843812485fe7f625ed800d9e62fbb64c724e686ce2d0f88cd AS fedora-40
FROM quay.io/centos/centos:stream9@sha256:cf7aec056afefff59976960cd9f5ad6ef087f2da1ccccc38140df48a4aa6b5ca AS centos-9

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=tumbleweed

FROM registry.opensuse.org/opensuse/tumbleweed:latest@sha256:0e01671d76467fba95ed0bd55989e2abcf0434fca1b423d51a7eaa52e46cc072 AS opensuse-tumbleweed
FROM registry.opensuse.org/opensuse/tumbleweed:latest@sha256:5396a4dd4af5fb935e8e656ccb880722070c8ac4c927d4163c938044b2861b1d AS opensuse-tumbleweed
FROM registry.opensuse.org/opensuse/leap@sha256:7af460be8435e89419d9c72678bf2a01b2f5ed0a1ad14b7df34e41a0782544c4 AS opensuse-leap-15.5

FROM ${base_image}
Expand Down

0 comments on commit 545738b

Please sign in to comment.