Skip to content

Commit

Permalink
Update Dockerfile (#3)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Update main.yml

* Update requirements.txt

* Update requirements.txt
  • Loading branch information
venkatamutyala authored Sep 1, 2023
1 parent 8b459eb commit ea73a1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish the QR-Code_Generator as a ghcr image
uses: GlueOps/github-actions-build-push-containers@v0.1.1
uses: GlueOps/github-actions-build-push-containers@v0.1.3
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3.11.4-bullseye
FROM python:3.11.5-alpine3.18

# Copy the files into the Docker image
COPY . .
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastapi==0.100.0
fastapi==0.101.0
qrcode==7.4.2
Pillow==10.0.0
uvicorn[standard]==0.22.0
gunicorn==20.1.0
uvicorn[standard]==0.23.2
gunicorn==21.2.0

0 comments on commit ea73a1d

Please sign in to comment.