From c229ddf32217de433e0162edd588cb11c836e782 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Fri, 13 Dec 2024 23:55:21 +0100 Subject: [PATCH] chore: bump Ubuntu --- Dockerfile | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index fb15cc36..db6680b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ### Release image -FROM ubuntu:noble-20241015@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295 +FROM ubuntu:oracular-20241120 LABEL org.opencontainers.image.source="https://github.com/patrickhoefler/dockerfilegraph" @@ -7,7 +7,7 @@ LABEL org.opencontainers.image.source="https://github.com/patrickhoefler/dockerf ENV FONTS_DEJAVU_VERSION="2.37-8" # renovate: datasource=repology depName=ubuntu_24_04/graphviz versioning=loose -ENV GRAPHVIZ_VERSION="2.42.2-9ubuntu0.1" +ENV GRAPHVIZ_VERSION="2.42.4-2build2" RUN \ apt-get update \ diff --git a/README.md b/README.md index 6b6a2ca7..613ffb4d 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ This PDF contains a visual graph representation of your multi-stage Dockerfile. #### [docker](https://docker.com/) / [nerdctl](https://github.com/containerd/nerdctl) -##### Image based on Ubuntu 24.04 +##### Image based on Ubuntu 24.10 and Graphviz 2.42 ```shell docker run \ @@ -64,7 +64,7 @@ docker run \ ghcr.io/patrickhoefler/dockerfilegraph ``` -##### Image based on Alpine Linux 3.20 +##### Image based on Alpine Linux 3.21 and Graphviz 12.2 ```shell docker run \