Skip to content

Commit ea73a1d

Browse files
Update Dockerfile (#3)
* Update Dockerfile * Update main.yml * Update requirements.txt * Update requirements.txt
1 parent 8b459eb commit ea73a1d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Publish the QR-Code_Generator as a ghcr image
10-
uses: GlueOps/github-actions-build-push-containers@v0.1.1
10+
uses: GlueOps/github-actions-build-push-containers@v0.1.3

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Python runtime as a parent image
2-
FROM python:3.11.4-bullseye
2+
FROM python:3.11.5-alpine3.18
33

44
# Copy the files into the Docker image
55
COPY . .

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
fastapi==0.100.0
1+
fastapi==0.101.0
22
qrcode==7.4.2
33
Pillow==10.0.0
4-
uvicorn[standard]==0.22.0
5-
gunicorn==20.1.0
4+
uvicorn[standard]==0.23.2
5+
gunicorn==21.2.0

0 commit comments

Comments
 (0)