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] authored Oct 1, 2024
1 parent d99bd9a commit 3b14dcb
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:0f4020e179ffd4ffaeee875e0428db4725a70bad0b19d41a4a67c5ab9ad25a8f
FROM docker.io/library/archlinux:latest@sha256:a45700aba9079ee52d41d080d1aed39066e0867aa9beebcc695cd111c21964e1

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:a00e9bfc97b7d006719345651aa977255c9f17ce79f9b066c4f883f1c02644e8 AS opensuse-tumbleweed
FROM docker.io/opensuse/tumbleweed:latest@sha256:29d24fe341caa84121831753f54b041b2db5ba156c1d188166b7467e096781b2 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 3b14dcb

Please sign in to comment.