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 25, 2024
1 parent e653b87 commit fa5a407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fedora.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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:692230ca635c4c9d679532f64be54de50bc4292f49755a1c930241182fd13efb AS fedora-40
FROM registry.fedoraproject.org/fedora:40@sha256:376e7afc3eaaf9863cd0a5a10a19ff87ab37e856004680308a33789962e21f64 AS fedora-40
FROM quay.io/centos/centos:stream9@sha256:585c0759d5c8759a385f552318dcc0205660d7f79d76730c3e81baecbcf51f2c 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:99af755b69e92bb60cfc0c877edcf6ce1ec7f056998abef62645efb638e17e75 AS opensuse-tumbleweed
FROM registry.opensuse.org/opensuse/tumbleweed:latest@sha256:e5fe2a6500995cef07668494f74240a2cb307253bc4cf1e2debd49368455788c 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 fa5a407

Please sign in to comment.