Skip to content

Commit 7a52639

Browse files
Update Python
1 parent 8519cb4 commit 7a52639

File tree

3 files changed

+141
-83
lines changed

3 files changed

+141
-83
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.13-slim@sha256:85dfbf1b566b7addfe645faea9938e81a0a01a83580b0ea05fb23706357d77fb
1+
FROM python:3.14-slim@sha256:2751cbe93751f0147bc1584be957c6dd4c5f977c3d4e0396b56456a9fd4ed137
22

33
RUN set -eux; \
44
apt-get update; \

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "blindern-deployer"
33
version = "0.1.0"
44
description = "Automated deployment of our services"
55
authors = [{ name = "Henrik Steen", email = "henrist@henrist.net" }]
6-
requires-python = "==3.13.*"
6+
requires-python = "==3.14.*"
77
dependencies = [
88
"ansible==12.3.0",
99
"Flask==3.1.2",

0 commit comments

Comments
 (0)