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 Aug 6, 2024
1 parent 33f1c2d commit f7058d8
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:486969816908ee2135d869bd7d3ca9bd15dc49f755e06f2d212915992b25b29b
FROM docker.io/library/archlinux:latest@sha256:0db05c077b83d0633ed5982360d72ac0be820ad44c795d30315ec1c8c8c98bf3

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:4b10432b0e691e9b847d20a7626206688066e1a04974388711b6661a7c884a35 AS opensuse-tumbleweed
FROM docker.io/opensuse/tumbleweed:latest@sha256:f70c4b3a6360521fed3fd41b15094bf99596e73e6cde89ad557d0073ed277ac5 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 f7058d8

Please sign in to comment.