Skip to content

Commit 72a963c

Browse files
build(deps): bump the ubuntu group across 2 directories with 1 update
Bumps the ubuntu group with 1 update in the /docker/base directory: ubuntu. Bumps the ubuntu group with 1 update in the /docker/unoserver directory: ubuntu. Updates `ubuntu` from `561618e` to `33ceb71` Updates `ubuntu` from `561618e` to `33ceb71` --- updated-dependencies: - dependency-name: ubuntu dependency-version: noble dependency-type: direct:production dependency-group: ubuntu - dependency-name: ubuntu dependency-version: noble dependency-type: direct:production dependency-group: ubuntu ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e46ba3 commit 72a963c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docker/base/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
ARG TARGETPLATFORM
66

77
# Stage 1: Build and strip Calibre
8-
FROM ubuntu:noble@sha256:561618e2c15bf2397621dd04f96926663a3b5616c189cf7e38db7e82f5c538ea AS calibre-build
8+
FROM ubuntu:noble@sha256:33ceb71981b602c1a7443a53469e4dba065f7503eab3078a2d7a57a2ab987517 AS calibre-build
99
ARG TARGETPLATFORM
1010
ARG CALIBRE_VERSION=9.13.0
1111
ARG CALIBRE_STRIP_WEBENGINE=false
@@ -274,7 +274,7 @@ RUN if [ "${CALIBRE_STRIP_WEBENGINE}" = "true" ]; then \
274274

275275

276276
# Stage 2: Build Ghostscript from source
277-
FROM ubuntu:noble@sha256:561618e2c15bf2397621dd04f96926663a3b5616c189cf7e38db7e82f5c538ea AS gs-build
277+
FROM ubuntu:noble@sha256:33ceb71981b602c1a7443a53469e4dba065f7503eab3078a2d7a57a2ab987517 AS gs-build
278278
ARG TARGETPLATFORM
279279
ARG GS_VERSION=10.07.1
280280

@@ -298,7 +298,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
298298

299299

300300
# Stage 3: Build PDF Tools (QPDF and ImageMagick 7)
301-
FROM ubuntu:noble@sha256:561618e2c15bf2397621dd04f96926663a3b5616c189cf7e38db7e82f5c538ea AS pdf-tools-build
301+
FROM ubuntu:noble@sha256:33ceb71981b602c1a7443a53469e4dba065f7503eab3078a2d7a57a2ab987517 AS pdf-tools-build
302302
ARG TARGETPLATFORM
303303
ARG QPDF_VERSION=12.4.0
304304
ARG IM_VERSION=7.1.2-29
@@ -343,7 +343,7 @@ RUN mkdir -p /magick-export/usr/bin \
343343

344344

345345
# Stage 4: Build Python venv
346-
FROM ubuntu:noble@sha256:561618e2c15bf2397621dd04f96926663a3b5616c189cf7e38db7e82f5c538ea AS python-venv-build
346+
FROM ubuntu:noble@sha256:33ceb71981b602c1a7443a53469e4dba065f7503eab3078a2d7a57a2ab987517 AS python-venv-build
347347
ARG TARGETPLATFORM
348348
ARG UNOSERVER_VERSION=3.7
349349

docker/unoserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Standalone unoserver image for Stirling-PDF remote UNO mode.
22
# Pinned to unoserver 3.7 to match Stirling-PDF's client (avoids wire mismatch).
33

4-
FROM ubuntu:noble@sha256:561618e2c15bf2397621dd04f96926663a3b5616c189cf7e38db7e82f5c538ea
4+
FROM ubuntu:noble@sha256:33ceb71981b602c1a7443a53469e4dba065f7503eab3078a2d7a57a2ab987517
55

66
ARG UNOSERVER_VERSION=3.7
77
# ~120 MB of CJK fonts — opt-in.

0 commit comments

Comments
 (0)