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] authored Jan 31, 2024
1 parent 1e7398e commit 681f572
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 quay.io/centos/centos:stream9@sha256:a4f9d5e8da914b40c8153b7e927c1de83143a9f2e280b41fb3553522aa8c3ecb AS centos-9
FROM quay.io/centos/centos:stream9@sha256:6ff48b54ca7a87cd9754f4a6a7658a4929a5159da775f146f1f1f5ea3cc506bd 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:8b9f392c2fdf228e0ad1cc178c6ccad0a7d22f4281a425ee642192810a02a631 AS opensuse-tumbleweed
FROM registry.opensuse.org/opensuse/tumbleweed:latest@sha256:654831af14875a53fec6a27a1cde243240028ffbeacc199d8f4feec390c6e234 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 681f572

Please sign in to comment.