Skip to content

Commit 6adef38

Browse files
committed
chore: updates flask
1 parent 5cff10c commit 6adef38

File tree

4 files changed

+76
-73
lines changed

4 files changed

+76
-73
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Base image for Python applications
55
# This image is particularly for a web server using uvicorn
6-
FROM python:3.10-slim-buster
6+
FROM python:3.11-slim-bullseye
77

88
ENV APP=labs
99

@@ -37,4 +37,4 @@ WORKDIR /opt/
3737
ENTRYPOINT ["uvicorn", "lab_mock:app", "--host=0.0.0.0", "--port=80", "--reload"]
3838

3939
# There can only be one CMD argument
40-
CMD []
40+
CMD []

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2022 Anomaly Software Pty Ltd
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

src/poetry.lock

Lines changed: 72 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache 2.0"
77

88
[tool.poetry.dependencies]
99
python = "^3.10"
10-
Flask = "^2.1.2"
10+
Flask = "^2.2.2"
1111
uvicorn = "^0.18.1"
1212
asgiref = "^3.5.2"
1313

0 commit comments

Comments
 (0)