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 May 5, 2024
1 parent 24442a4 commit ffa7aa1
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,7 +1,7 @@
ARG base_image=fedora-40

FROM registry.fedoraproject.org/fedora:39@sha256:74086295f80974055748961d444bb7844badd37fbc65b75b642789b9bc8de07b AS fedora-39
FROM registry.fedoraproject.org/fedora:40@sha256:323b3033313c733dd5981508c92b79ef1fd268826d83cc1ae89c46e4f4192be7 AS fedora-40
FROM registry.fedoraproject.org/fedora:39@sha256:87185cf68011ccc11cff1693291f87ef214c6d4d55b84364a256746c4bbb5435 AS fedora-39
FROM registry.fedoraproject.org/fedora:40@sha256:e76a510e21108e3678e4a7e93a387da2bda6ec5fcd8df15371b8a71ec30b5f2a AS fedora-40

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=opensuse-tumbleweed

FROM opensuse/tumbleweed:latest@sha256:f5d2ff6963ab46e6ad959443e494b4c01eee7a42c3b751622b34be47ead65a07 AS opensuse-tumbleweed
FROM opensuse/tumbleweed:latest@sha256:61254a9cd3ce5f273902a50c596ae3a0e7dd0371f98be1fe9f6c917dcf48d264 AS opensuse-tumbleweed
FROM opensuse/leap:15.6@sha256:bbcfadb621ea118a99a55ec07ce8586425fc370ac071b5f492bdcb44243c09bb AS opensuse-leap-15.6

FROM ${base_image}
Expand Down

0 comments on commit ffa7aa1

Please sign in to comment.