We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b459eb commit ea73a1dCopy full SHA for ea73a1d
.github/workflows/main.yml
@@ -7,4 +7,4 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Publish the QR-Code_Generator as a ghcr image
10
- uses: GlueOps/github-actions-build-push-containers@v0.1.1
+ uses: GlueOps/github-actions-build-push-containers@v0.1.3
Dockerfile
@@ -1,5 +1,5 @@
1
# Use an official Python runtime as a parent image
2
-FROM python:3.11.4-bullseye
+FROM python:3.11.5-alpine3.18
3
4
# Copy the files into the Docker image
5
COPY . .
requirements.txt
-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 commit comments