Skip to content

Commit

Permalink
Upgrade to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
raltshu committed Oct 16, 2023
1 parent f947a7a commit 185d27e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM python:3.10-slim

RUN apt-get update && \
apt-get install -y git && \
python3 -m pip install --upgrade pip

# Configure environments vars. Overriden by GitHub Actions
ENV INPUT_SNOWFLAKE_ACCOUNT=
ENV INPUT_SNOWFLAKE_USERNAME=
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ isodate==0.6.1
jmespath==1.0.1
msrest==0.7.1
oauthlib==3.2.2
oscrypto==1.3.0
oscrypto @ git+https://github.com/wbond/oscrypto.git@1547f53
pycparser==2.21
pycryptodomex==3.19.0
PyJWT==2.8.0
Expand Down

0 comments on commit 185d27e

Please sign in to comment.