fix(autopush): update python on helper
This commit is contained in:
parent
6f78c0c592
commit
68a9192f11
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ name: autopush
|
||||||
description: A Helm chart for Kubernetes
|
description: A Helm chart for Kubernetes
|
||||||
icon:
|
icon:
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
# renovate: image=docker.io/mozilla-services/autopush-rs
|
# renovate: image=docker.io/mozilla-services/autopush-rs
|
||||||
appVersion: "1.72.2"
|
appVersion: "1.72.2"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -7,7 +7,7 @@ description: "A Helm chart for Kubernetes"
|
||||||
|
|
||||||
# autopush
|
# autopush
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
A Helm chart for Kubernetes
|
A Helm chart for Kubernetes
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.8-slim
|
FROM python:3.13-slim
|
||||||
|
|
||||||
# Set the working directory
|
# Set the working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
Loading…
Add table
Reference in a new issue