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 4ea31cb commit 9f64d56Copy full SHA for 9f64d56
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.12.12-alpine@sha256:d82291d418d5c47f267708393e40599ae836f2260b0519dd38670e9d281657f5 AS python
+FROM python:3.14.0-alpine@sha256:8373231e1e906ddfb457748bfc032c4c06ada8c759b7b62d9c73ec2a3c56e710 AS python
2
3
FROM python AS builder
4
pyproject.toml
@@ -3,7 +3,7 @@ name = "bss-web-file-server"
version = "1.0.0"
description = "BSS file server API"
5
authors = [{ name = "Bence Csik", email = "[email protected]" }]
6
-requires-python = "==3.12.12"
+requires-python = "==3.14.0"
7
dependencies = [
8
"fastapi[all]==0.120.1",
9
"pillow==12.0.0",
0 commit comments