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 Apr 8, 2024
1 parent 6f6eb42 commit 5a3c938
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
@@ -1,8 +1,8 @@
ARG base_image=fedora-38

FROM registry.fedoraproject.org/fedora:38@sha256:6349d2df6b4322c5690df1bb7743c45c356e20471dda69f27218cd9ba4a6c3c7 AS fedora-38
FROM registry.fedoraproject.org/fedora:39@sha256:c070b080a64c2dcb07b4090389d929e538cf0925fe02bdd4431bd6cac3e70867 AS fedora-39
FROM registry.fedoraproject.org/fedora:40@sha256:9461fef95a007d05a6e34567d8edab5a216084d481c695f9c0b61ae13aaf80cb AS fedora-40
FROM registry.fedoraproject.org/fedora:39@sha256:ba7fe99d1695c0639ccfc41680925cff819b824f138a8a21e01b1527dc1b8c3a AS fedora-39
FROM registry.fedoraproject.org/fedora:40@sha256:ad8fe4311dc3386b1e6791323db6305d5e8c38951568756f78b3e404fd9c10f4 AS fedora-40
FROM quay.io/centos/centos:stream9@sha256:0f013e7138073c775c8b0188b707342ff67337abdae1ccb050d28e1d00da3920 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:8a30331e43ecccab7b3ff9a115fe1cb32823f1b09db1fda08ff0112a7e898294 AS opensuse-tumbleweed
FROM registry.opensuse.org/opensuse/tumbleweed:latest@sha256:f00a1815592f4c7734cd07c79579c1f8def2df1575fe6dcdc14288c0859dc137 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 5a3c938

Please sign in to comment.