Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
### Release image
FROM ubuntu:noble-20241015@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295
FROM ubuntu:oracular-20241120

LABEL org.opencontainers.image.source="https://github.com/patrickhoefler/dockerfilegraph"

# renovate: datasource=repology depName=ubuntu_24_04/fonts-dejavu versioning=loose
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 \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down
Loading