Skip to content

Commit 81bc96e

Browse files
authored
Update base image to Python 3.15-rc-alpine3.22
Signed-off-by: Bill <[email protected]>
1 parent bb9461f commit 81bc96e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/monitor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GNAT monitor service
22
# Exposes a /health endpoint and connector status summary for external monitoring.
3-
FROM python:3.11-slim
3+
FROM python:3.15-rc-alpine3.22
44

55
LABEL maintainer="GNAT" \
66
description="GNAT health monitor service"

0 commit comments

Comments
 (0)