We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f2f871 + 5606e9a commit 8462055Copy full SHA for 8462055
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.12.11-alpine3.22 AS builder
+FROM python:3.12.12-alpine3.22 AS builder
2
3
WORKDIR /
4
@@ -13,7 +13,7 @@ COPY pyproject.toml /
13
RUN poetry config virtualenvs.create false && \
14
poetry install --no-interaction --without dev --no-ansi --no-root
15
16
-FROM python:3.12.11-alpine3.22
+FROM python:3.12.12-alpine3.22
17
18
19
chart/Chart.yaml
@@ -3,5 +3,5 @@ name: py-kube-downscaler
description: A Helm chart for deploying py-kube-downscaler
5
type: application
6
-version: 0.3.7
7
-appVersion: "25.9.0"
+version: 0.3.8
+appVersion: "25.11.0"
0 commit comments