Skip to content

Commit

Permalink
chore(deps): update base images
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent d71efd4 commit a6b1603
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions debian.dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG base_image=ubuntu-24.04

FROM docker.io/library/debian:12@sha256:10901ccd8d249047f9761845b4594f121edef079cfd8224edebd9ea726f0a7f6 AS debian-12
FROM docker.io/library/debian:trixie@sha256:6f307cf9f47c64b238872829d8d84e8cf1717c97d47b153114fd3c8c47336a52 AS debian-13
FROM docker.io/library/debian:12@sha256:17122fe3d66916e55c0cbd5bbf54bb3f87b3582f4d86a755a0fd3498d360f91b AS debian-12
FROM docker.io/library/debian:trixie@sha256:e400e96695f74dbad8fd4f30e2e5b7a16e3489638cb640180eac76d14251be67 AS debian-13
FROM docker.io/library/ubuntu:22.04@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 AS ubuntu-22.04
FROM docker.io/library/ubuntu:24.04@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295 AS ubuntu-24.04
FROM docker.io/library/ubuntu:24.10@sha256:eea047b4b181f2d3aeafbc0ce5294a2bbb3b98153a68b9ed4bc573d871ca9450 AS ubuntu-24.10
FROM docker.io/library/ubuntu:24.04@sha256:35b7fc72eb7c652dc1f4e5bfbdb9cdb308c3a6b1b96abc61317b931007b9aac8 AS ubuntu-24.04
FROM docker.io/library/ubuntu:24.10@sha256:63ff960dd330e96622dcbb35436cb91bd8bf837bc83f9e6ba9818c16e91c2f4d AS ubuntu-24.10

FROM ${base_image}
ARG base_image
Expand Down

0 comments on commit a6b1603

Please sign in to comment.