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 13, 2024
1 parent ad049ea commit 4cafd2c
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:fb46a1e4cdd5b255b015cea9f884ce3a3c9e404646ab7635edd76a95258f0e9c AS fedora-39
FROM registry.fedoraproject.org/fedora:40@sha256:6d9347d32e550c786529cc2e745e10b2a912ccb281692b9f589380226e3d443b AS fedora-40
FROM registry.fedoraproject.org/fedora:39@sha256:0a06efb1c2507497a1cd864f7aaf701712dde8cf3be726c910f19d8e1789d49b AS fedora-39
FROM registry.fedoraproject.org/fedora:40@sha256:cf3812a0e26696ebdf89ed2c536b01c91d7b90bcde37f23a8c1f82cf1926bf70 AS fedora-40
FROM quay.io/centos/centos:stream9@sha256:2fa98912f5964b54df6d3cec50874bf56abc98f13077f710b8ea9dc1b41bfeb5 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:39b5f5642d5429b6b5488417cf4c641de23da50f2aebec40161e803301a56d38 AS opensuse-tumbleweed
FROM registry.opensuse.org/opensuse/tumbleweed:latest@sha256:5cb0b50aa156f4a5cf795d6b2b84ce43c3a570fde0832fe654f3b65c5bb03b55 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 4cafd2c

Please sign in to comment.