Skip to content

Commit 9f64d56

Browse files
chore(deps): update python to v3.14.0
1 parent 4ea31cb commit 9f64d56

File tree

3 files changed

+77
-182
lines changed

3 files changed

+77
-182
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.12-alpine@sha256:d82291d418d5c47f267708393e40599ae836f2260b0519dd38670e9d281657f5 AS python
1+
FROM python:3.14.0-alpine@sha256:8373231e1e906ddfb457748bfc032c4c06ada8c759b7b62d9c73ec2a3c56e710 AS python
22

33
FROM python AS builder
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "bss-web-file-server"
33
version = "1.0.0"
44
description = "BSS file server API"
55
authors = [{ name = "Bence Csik", email = "[email protected]" }]
6-
requires-python = "==3.12.12"
6+
requires-python = "==3.14.0"
77
dependencies = [
88
"fastapi[all]==0.120.1",
99
"pillow==12.0.0",

0 commit comments

Comments
 (0)