Skip to content

Commit ec448b8

Browse files
Update Python
1 parent 0d55de2 commit ec448b8

File tree

3 files changed

+103
-74
lines changed

3 files changed

+103
-74
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:087a9f3b880e8b2c7688debb9df2a5106e060225ebd18c264d5f1d7a73399db0
1+
FROM python:3.14-slim@sha256:5cfac249393fa6c7ebacaf0027a1e127026745e603908b226baa784c52b9d99b
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.1.0",
99
"Flask==3.1.2",

0 commit comments

Comments
 (0)