We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ae449 commit f0cef10Copy full SHA for f0cef10
3 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13-slim@sha256:079601253d5d25ae095110937ea8cfd7403917b53b077870bccd8b026dc7c42f
+FROM python:3.14-slim@sha256:5cfac249393fa6c7ebacaf0027a1e127026745e603908b226baa784c52b9d99b
2
3
RUN set -eux; \
4
apt-get update; \
pyproject.toml
@@ -3,7 +3,7 @@ name = "blindern-deployer"
version = "0.1.0"
description = "Automated deployment of our services"
5
authors = [{ name = "Henrik Steen", email = "henrist@henrist.net" }]
6
-requires-python = "==3.13.*"
+requires-python = "==3.14.*"
7
dependencies = [
8
"ansible==12.1.0",
9
"Flask==3.1.2",
0 commit comments