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
2 changes: 1 addition & 1 deletion containers/orchestration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TRIGGER_CODE_REFERENCE_URL
ARG SMARTY_AUTH_ID
ARG SMARTY_AUTH_TOKEN

FROM python:3.13.7-alpine
FROM python:3.14.1-alpine

RUN apk update && \
apk upgrade --no-cache
Expand Down