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 6, 2024
1 parent 204894b commit 6f6eb42
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:a13de1ebe1a4cc6a87a0108c54cd5c1e41455aa980edc350bddc5f48e33c2c1d AS fedora-39
FROM registry.fedoraproject.org/fedora:40@sha256:a939c3ac3322efed0f4b625df193a09c06ff8fbb362cbd98f4b93fda9d0321f5 AS fedora-40
FROM registry.fedoraproject.org/fedora:39@sha256:c070b080a64c2dcb07b4090389d929e538cf0925fe02bdd4431bd6cac3e70867 AS fedora-39
FROM registry.fedoraproject.org/fedora:40@sha256:9461fef95a007d05a6e34567d8edab5a216084d481c695f9c0b61ae13aaf80cb 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:a566f056c800e871c4484ace8071a72762d20168cdc5b6cf23beabee6cff988c AS opensuse-tumbleweed
FROM registry.opensuse.org/opensuse/tumbleweed:latest@sha256:8a30331e43ecccab7b3ff9a115fe1cb32823f1b09db1fda08ff0112a7e898294 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 6f6eb42

Please sign in to comment.