Skip to content

Commit

Permalink
Merge pull request #25 from WarnerMedia/bugfix/keychain-crash
Browse files Browse the repository at this point in the history
fix: use newer Python
  • Loading branch information
mjreed-wbd authored Sep 6, 2024
2 parents 8cd1653 + 19c04a3 commit 711bdb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-alpine
FROM python:3.12-alpine

WORKDIR /opt/gimme-aws-creds

Expand Down
2 changes: 1 addition & 1 deletion gimme_aws_creds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
'okta_classic', 'okta_identity_engine', 'registered_authenticators', 'u2f',
'webauthn'
]
version = '2.7.2.1'
version = '2.7.2.2'

0 comments on commit 711bdb9

Please sign in to comment.