Skip to content

Commit

Permalink
upgrade to 3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-ssd committed Oct 24, 2024
1 parent 79cc3bf commit d0ef43a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
platforms: linux/amd64
push: false
python_base_image: 3.12.7-slim-bullseye
pi_version: '3.10'
pi_version: '3.10.1'
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
python_base_image: 3.12.7-slim-bullseye
pi_version: '3.10'
pi_version: '3.10.1'
is_default_version: true
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_IMAGE_TAG=3.12.7-slim-bullseye
ARG PI_VERSION=3.10
ARG PI_VERSION=3.10.1
ARG PI_HOME=/opt/privacyidea

FROM python:$BASE_IMAGE_TAG AS builder
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
psycopg2==2.9.9
psycopg2==2.9.10
gunicorn==23.0.0

0 comments on commit d0ef43a

Please sign in to comment.