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 Jun 14, 2024
1 parent 6a49a0c commit a3b6d90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions debian.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG base_image=ubuntu-24.04

FROM docker.io/library/debian:12@sha256:fac2c0fd33e88dfd3bc88a872cfb78dcb167e74af6162d31724df69e482f886c AS debian-12
FROM docker.io/library/debian:trixie@sha256:953458695518319e3dd4c33a1d9860cccef5f6d24ca561bda6622c831c062330 AS debian-13
FROM docker.io/library/debian:12@sha256:a92ed51e0996d8e9de041ca05ce623d2c491444df6a535a566dabd5cb8336946 AS debian-12
FROM docker.io/library/debian:trixie@sha256:7771af80305700320b472ab83442b0ca63f9e5530b0e5536fbadad6f29cb1bb9 AS debian-13
FROM docker.io/library/ubuntu:23.10@sha256:fd7fe639db24c4e005643921beea92bc449aac4f4d40d60cd9ad9ab6456aec01 AS ubuntu-23.10
FROM docker.io/library/ubuntu:24.04@sha256:e3f92abc0967a6c19d0dfa2d55838833e947b9d74edbcb0113e48535ad4be12a AS ubuntu-24.04

Expand Down
4 changes: 2 additions & 2 deletions suse.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG base_image=opensuse-tumbleweed

FROM docker.io/opensuse/tumbleweed:latest@sha256:1597079798fdc3539a3cbf558ec84f50cb37820d4d8390f73b7b0d5c8a9b1578 AS opensuse-tumbleweed
FROM docker.io/opensuse/leap:15.6@sha256:8652e5add7fe667e8d1ee33bb5f53aedf861f3312881184912d22b09e5c00b80 AS opensuse-leap-15.6
FROM docker.io/opensuse/tumbleweed:latest@sha256:71879a547298bd4410b101cb987e0f58168b1e2ed88a9b34179a0dce26165621 AS opensuse-tumbleweed
FROM docker.io/opensuse/leap:15.6@sha256:2f0d8bb33b4d6869bbcf65ef925f9da8a863e75268da66943a3fa8a721347869 AS opensuse-leap-15.6

FROM ${base_image}

Expand Down

0 comments on commit a3b6d90

Please sign in to comment.