Skip to content
Open
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ 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 Makefiles to v10.9.1

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where are the Makefile changes you mentioned? Should we also list the base image change?


## [v8.33.0-1] - 2026-06-03
### Changed
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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 <scm-team@cloudogu.com>"

COPY resources /
Expand Down
2 changes: 1 addition & 1 deletion dogu.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down