Skip to content

Commit

Permalink
chore(deps): update base images (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent a7372aa commit 2cd11fd
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:c2a6685fa6fe41de064ce806e155c3f367e42f8c02d15570f52d2b4ba5caa3a8
FROM docker.io/library/archlinux:latest@sha256:3bce2f83a6504ada72797778a769ba8d3d1dfc22f529c80ef8ba73906033ac26

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:77d3a8905af2f97ce2dab57e1d84650e3cf30402efb04ffc952aafc698099f11 AS opensuse-tumbleweed
FROM docker.io/opensuse/tumbleweed:latest@sha256:80b880d7e1919bb4efc5604dca2791571acae6182a2e4761a5cbd534eba86498 AS opensuse-tumbleweed
FROM docker.io/opensuse/leap:15.6@sha256:8cf656d677c02d31db333fcc2f97c7fcaa1ced47437f3b6e2582bd4ddce058ed AS opensuse-leap-15.6

FROM ${base_image}
Expand Down

0 comments on commit 2cd11fd

Please sign in to comment.