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] committed Mar 5, 2024
1 parent c14e715 commit c27fc37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fedora.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ARG base_image=fedora-38

FROM registry.fedoraproject.org/fedora:38@sha256:6349d2df6b4322c5690df1bb7743c45c356e20471dda69f27218cd9ba4a6c3c7 AS fedora-38
FROM registry.fedoraproject.org/fedora:39@sha256:e3a6087f62f288571db14defb7e0e10ad7fe6f973f567b0488d3aac5e927035a AS fedora-39
FROM registry.fedoraproject.org/fedora:40@sha256:7ce960b6ad2e3dfdcc0e5974244b4d5b0ce492cc6fb84bbce99918862f3f997e AS fedora-40
FROM quay.io/centos/centos:stream9@sha256:6ed5436b479391e9db75350cae0a976374f32f6c631a78487d955800a658a3a8 AS centos-9
FROM registry.fedoraproject.org/fedora:40@sha256:eb5d15803ec56e79eb3d7e695f631a7869c1acbbf7f9c8abbdcbd18471bdc3ac AS fedora-40
FROM quay.io/centos/centos:stream9@sha256:e1401c216d9c3dfde15f39965df077d8bcf317ba363c55aef8df45e5cc7d706a AS centos-9

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=tumbleweed

FROM registry.opensuse.org/opensuse/tumbleweed:latest@sha256:a845d1300f9a5f5d2a72c71674a3414c605b1c36382dcda62917baecb2f548c9 AS opensuse-tumbleweed
FROM registry.opensuse.org/opensuse/tumbleweed:latest@sha256:044c9933979736e1eda854a85490cca557b2c6a07f0727aaf0c910a64a7116be AS opensuse-tumbleweed
FROM registry.opensuse.org/opensuse/leap@sha256:7af460be8435e89419d9c72678bf2a01b2f5ed0a1ad14b7df34e41a0782544c4 AS opensuse-leap-15.5

FROM ${base_image}
Expand Down

0 comments on commit c27fc37

Please sign in to comment.