Skip to content

Commit

Permalink
chore(deps): update base images (#26)
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 Nov 19, 2024
1 parent 9d5427f commit 37b9f1d
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:98cbe6f236b494bac0fe22e68e50236c32781486fd00215eea0d4bc846c9bdbd
FROM docker.io/library/archlinux:latest@sha256:1e0c18173ffb7db8ce33172877859d2ca46c389eb360d60223149ff05541014d

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:5c556e17981c1928f4fbfd92f505c501d22b81ed779c5b7b157a4ac327190f98 AS opensuse-tumbleweed
FROM docker.io/opensuse/tumbleweed:latest@sha256:67db0f4db163b42990e1788cccace29d783aebdf16f34de8fc1901968f2f436f 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 37b9f1d

Please sign in to comment.