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 15, 2024
1 parent 245b5f1 commit 7abc492
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:121dcbf9be83e639bbff9cdcaf9a68920e7d113f1d7d78ff4b7f9c7db97466f0
FROM docker.io/library/archlinux:latest@sha256:5c3fb7b417945a3d6ff506f5d8764385956d629ad37b480ed3416240ae54b2ba

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:af2ae39ee6cfc8dfb8df4aae6b91a6af69273ec245174dfbffbfc9234597b46e AS opensuse-tumbleweed
FROM docker.io/opensuse/tumbleweed:latest@sha256:a8a01ada9d864a8297a58a7de90566727231ab375ae4228bbd301d27338b898a 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 7abc492

Please sign in to comment.