Merge pull request 'Update python Docker tag to v3.14' (#2) from renovate/python-3.x into main
Main Release / build (push) Successful in 3m40s
Main Release / tag (push) Successful in 43s
Tag Release / build (push) Successful in 16s
Tag Release / hadolint (push) Successful in 18s
Tag Release / build-push (push) Successful in 5m57s
Main Release / hadolint (push) Successful in 7s
Main Release / build (push) Successful in 3m40s
Main Release / tag (push) Successful in 43s
Tag Release / build (push) Successful in 16s
Tag Release / hadolint (push) Successful in 18s
Tag Release / build-push (push) Successful in 5m57s
Main Release / hadolint (push) Successful in 7s
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
# Build stage: clone and install Hermes Agent + WebUI dependencies
|
||||
FROM python:3.12-slim AS builder
|
||||
FROM python:3.14-slim AS builder
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
@@ -46,7 +46,7 @@ RUN uv pip install \
|
||||
"uv>=0.6.0"
|
||||
|
||||
# Runtime stage
|
||||
FROM python:3.12-slim
|
||||
FROM python:3.14-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user