fix(autopush): update python on helper

This commit is contained in:
WrenIX 2025-01-06 19:55:30 +01:00
parent 6f78c0c592
commit 68a9192f11
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ name: autopush
description: A Helm chart for Kubernetes
icon:
type: application
version: 0.0.1
version: 0.0.2
# renovate: image=docker.io/mozilla-services/autopush-rs
appVersion: "1.72.2"
maintainers:

View file

@ -7,7 +7,7 @@ description: "A Helm chart for Kubernetes"
# autopush
![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.72.2](https://img.shields.io/badge/AppVersion-1.72.2-informational?style=flat-square)
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.72.2](https://img.shields.io/badge/AppVersion-1.72.2-informational?style=flat-square)
A Helm chart for Kubernetes

View file

@ -1,4 +1,4 @@
FROM python:3.8-slim
FROM python:3.13-slim
# Set the working directory
WORKDIR /app