Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
chore(deps): update base images
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent abcf181 commit da94e74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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:76b4733d4c59cdfcae4a5dced7a6611e8621a502f863631328b362c85ac405c9
FROM docker.io/library/archlinux:latest@sha256:50df1b242e2160d0d4cb7fa537e975bd2645fd7cd881a77f6e0210aea5f02587

RUN pacman -Rdd --noconfirm dbus-broker-units \
&& pacman -Syu --noconfirm \
Expand Down
4 changes: 2 additions & 2 deletions debian.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG base_image=ubuntu-24.04

FROM docker.io/library/debian:12@sha256:1dc55ed6871771d4df68d393ed08d1ed9361c577cfeb903cd684a182e8a3e3ae AS debian-12
FROM docker.io/library/debian:trixie@sha256:ac73bf556724abcc0d703fcd12d6c0af6daab8929b76e3925021556c43aac946 AS debian-13
FROM docker.io/library/debian:12@sha256:45f2e735295654f13e3be10da2a6892c708f71a71be845818f6058982761a6d3 AS debian-12
FROM docker.io/library/debian:trixie@sha256:ecc02b34e2f50b1bfdbb8962362925f9907b69cb9b4e1f5dbd8a5ba20d9d8466 AS debian-13
FROM docker.io/library/ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30 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:545e6c270f2d6f54b2b04b2d772d566a0223a45b9e5135b77bb13a4e59876ca8 AS opensuse-tumbleweed
FROM docker.io/opensuse/tumbleweed:latest@sha256:f0654de97d4e30dd0d9035a8653d51c6d1f08785aacc23166202520d29c85506 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 da94e74

Please sign in to comment.