Skip to content
Open
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 build/.docker/orchestrated.bake.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -299,11 +299,11 @@ FROM node:20-alpine3.19 AS example

ENTRYPOINT ["/var/www/euro-office/documentserver-example/docker-entrypoint.sh", "npm", "start"]

FROM python:3.11-bookworm AS builder
FROM python:3.14-bookworm AS builder
RUN pip install redis psycopg2 PyMySQL pika python-qpid-proton func_timeout requests kubernetes flask


FROM python:3.11-slim-bookworm AS utils
FROM python:3.14-slim-bookworm AS utils
ARG TARGETARCH
ARG DS_VERSION_HASH
ENV DS_VERSION_HASH=$DS_VERSION_HASH
Expand Down
Loading