Skip to content
Snippets Groups Projects
Commit 026d2708 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch 'renovate/python-3.x' into 'main'

Update python Docker tag to v3.10

See merge request !82
parents b8cdf116 6cd286dd
No related branches found
No related tags found
1 merge request!82Update python Docker tag to v3.10
Pipeline #11345 passed with stages
in 2 minutes and 54 seconds
......@@ -4,6 +4,9 @@
All notable changes to this helm chart will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.7.7] - 2021-01-21
- Update login container Python version to 3.10
## [0.7.6] - 2021-01-21
......
apiVersion: v2
description: A Helm chart for Stackspin's Single sign-on components
name: single-sign-on
version: 0.7.6
version: 0.7.7
icon: https://stackspin.net/assets/images/logo.svg
dependencies:
# https://k8s.ory.sh/helm/hydra.html
......
......@@ -199,7 +199,7 @@ hydra:
# Install login panel
login:
image:
tag: "0-7-6"
tag: "0-7-7"
pullPolicy: "Always"
repository: "open.greenhost.net:4567/stackspin/single-sign-on/login"
podAnnotations: {}
......
FROM python:3.9-alpine
FROM python:3.10-alpine
RUN apk add gcc libc-dev libffi-dev g++ postgresql-dev bash curl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment