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 Aug 18, 2024
1 parent 036fffc commit 54a1408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG base_image=ubuntu-24.04

FROM docker.io/library/debian:12@sha256:aadf411dc9ed5199bc7dab48b3e6ce18f8bbee4f170127f5ff1b75cd8035eb36 AS debian-12
FROM docker.io/library/debian:trixie@sha256:0c75aed52e3a564e27c3aaba51b0a7e59ac21dd09abcb25f2fe0b9b37c8f7e01 AS debian-13
FROM docker.io/library/ubuntu:24.04@sha256:a68b7d8b873b955e10337a18c79334a9d95dced834f85714890aa5ed7f6b2692 AS ubuntu-24.04
FROM docker.io/library/ubuntu:24.04@sha256:8a37d68f4f73ebf3d4efafbcf66379bf3728902a8038616808f04e34a9ab63ee AS ubuntu-24.04

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:b0479a00925ed154adffe30e424090ce01b36601eceefa7d1ebec68836edaced AS opensuse-tumbleweed
FROM docker.io/opensuse/tumbleweed:latest@sha256:0447fcd173becbeab21a41e8b4a56cbae8d97dbf061e35b83af200fd7b64daff AS opensuse-tumbleweed
FROM docker.io/opensuse/leap:15.6@sha256:79ea90d85d64c37a0985281f405f3336ac199f5ed1a041108472d248c03851d8 AS opensuse-leap-15.6

FROM ${base_image}
Expand Down

0 comments on commit 54a1408

Please sign in to comment.