From 68a9192f1122e21bce91203484ffa2c42787cdef Mon Sep 17 00:00:00 2001 From: WrenIX Date: Mon, 6 Jan 2025 19:55:30 +0100 Subject: [PATCH] fix(autopush): update python on helper --- autopush/Chart.yaml | 2 +- autopush/README.md | 2 +- autopush/container/Containerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/autopush/Chart.yaml b/autopush/Chart.yaml index b6fb901..b6bc30c 100644 --- a/autopush/Chart.yaml +++ b/autopush/Chart.yaml @@ -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: diff --git a/autopush/README.md b/autopush/README.md index c5fa170..c0ff0a4 100644 --- a/autopush/README.md +++ b/autopush/README.md @@ -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 diff --git a/autopush/container/Containerfile b/autopush/container/Containerfile index 1535ff5..25167df 100644 --- a/autopush/container/Containerfile +++ b/autopush/container/Containerfile @@ -1,4 +1,4 @@ -FROM python:3.8-slim +FROM python:3.13-slim # Set the working directory WORKDIR /app