Skip to content

Commit

Permalink
chore(deps): update base images
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 8, 2024
1 parent edcd106 commit e6e18f2
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:a45700aba9079ee52d41d080d1aed39066e0867aa9beebcc695cd111c21964e1
FROM docker.io/library/archlinux:latest@sha256:121dcbf9be83e639bbff9cdcaf9a68920e7d113f1d7d78ff4b7f9c7db97466f0

RUN pacman -Rdd --noconfirm dbus-broker-units \
&& pacman -Syu --noconfirm \
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:fc4cc9d99b0832e494b168401dcee1a2a591c71ee1483dc2ba9f8316699ae33b AS opensuse-tumbleweed
FROM docker.io/opensuse/tumbleweed:latest@sha256:407cfe5ae2e19121027767580fae6422e148165659b99c126c50b29e99b49a67 AS opensuse-tumbleweed
FROM docker.io/opensuse/leap:15.6@sha256:d3a517b66067d9f150dbd57d7ad28e0806025ad6f3a3e8c71b09cc7230b833a6 AS opensuse-leap-15.6

FROM ${base_image}
Expand Down

0 comments on commit e6e18f2

Please sign in to comment.