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 2, 2024
1 parent d99bd9a commit 9a2cb89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 debian.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG base_image=ubuntu-24.04
FROM docker.io/library/debian:12@sha256:27586f4609433f2f49a9157405b473c62c3cb28a581c413393975b4e8496d0ab AS debian-12
FROM docker.io/library/debian:trixie@sha256:4b826db5f1f14d1db0b560304f189d4b17798ddce2278b7822c9d32313fe3f50 AS debian-13
FROM docker.io/library/ubuntu:22.04@sha256:58b87898e82351c6cf9cf5b9f3c20257bb9e2dcf33af051e12ce532d7f94e3fe AS ubuntu-22.04
FROM docker.io/library/ubuntu:24.04@sha256:dfc10878be8d8fc9c61cbff33166cb1d1fe44391539243703c72766894fa834a AS ubuntu-24.04
FROM docker.io/library/ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b AS ubuntu-24.04

FROM ${base_image}

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:2efa035996f9b4d3a222fb4171aa0383369f1f2c8ac95312551150872181d4ff 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 9a2cb89

Please sign in to comment.