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 Jul 13, 2024
1 parent 27d49fa commit eb57e39
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
@@ -1,6 +1,6 @@
ARG base_image=fedora-40

FROM docker.io/library/fedora:39@sha256:ee042eb5527cfe117d279af0fff4461ad0c5441a8ef36deea9d98a2eb0130a90 AS fedora-39
FROM docker.io/library/fedora:39@sha256:e8792bee618a8d1c2ca8fbcf641ceb828d1b6b69bfac1ff70792f8bd5ed10ddd AS fedora-39
FROM docker.io/library/fedora:40@sha256:5ce8497aeea599bf6b54ab3979133923d82aaa4f6ca5ced1812611b197c79eb0 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 docker.io/opensuse/tumbleweed:latest@sha256:1ae8edd452d87f193baa5ee40ef643323769e8fff2ce519cdc9bd0e3571643ef AS opensuse-tumbleweed
FROM docker.io/opensuse/tumbleweed:latest@sha256:baefb32a09de9be6f295e94f692d179ecb5a584ef3823e66ae7053796d666850 AS opensuse-tumbleweed
FROM docker.io/opensuse/leap:15.6@sha256:099c5cad5bce5758a3783320145e64c7f746d20e6c0a8b28a3f7a0b53b60ef92 AS opensuse-leap-15.6

FROM ${base_image}
Expand Down

0 comments on commit eb57e39

Please sign in to comment.