diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a52cf3..fdde336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- [#72] Update Gotenberg to v8.34.0 +- [#72] Update base-image to v3.24.0-1 +- [#72] Update Makefiles to v10.9.1 ## [v8.33.0-1] - 2026-06-03 ### Changed diff --git a/Dockerfile b/Dockerfile index b27b220..cd3492f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM registry.cloudogu.com/official/base:3.23.4-2 AS doguctlbinary +FROM registry.cloudogu.com/official/base:3.24.0-1 AS doguctlbinary -FROM gotenberg/gotenberg:8.33.0-libreoffice +FROM gotenberg/gotenberg:8.34.0-libreoffice USER root @@ -16,7 +16,7 @@ USER gotenberg # hadolint ignore=DL3048 LABEL NAME="official/gotenberg" \ - VERSION="8.33.0-1" \ + VERSION="8.34.0-0" \ maintainer="SCM Team " COPY resources / diff --git a/dogu.json b/dogu.json index 74e3209..a06ca93 100644 --- a/dogu.json +++ b/dogu.json @@ -1,6 +1,6 @@ { "Name": "official/gotenberg", - "Version": "8.33.0-1", + "Version": "8.34.0-0", "DisplayName": "Gotenberg", "Description": "A Docker-powered stateless API for PDF files.", "Url": "https://gotenberg.dev/",