Skip to content

Commit

Permalink
Merge branch 'evryfs:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
kriberg committed Jul 31, 2023
2 parents 4e6ffa1 + 3733093 commit 9cd5f80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install git
run: sudo apt-get install git
- name: Quay login
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: quay.io
username: ${{ secrets.QUAY_USER }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM quay.io/evryfs/base-python:3.11.1
FROM quay.io/evryfs/base-python:3.11.4
ARG BUILD_DATE
ARG BUILD_URL
ARG GIT_URL
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,2 +1,2 @@
uvicorn==0.20.0
uvicorn==0.22.0
gunicorn==20.1.0

0 comments on commit 9cd5f80

Please sign in to comment.