From ff6dc74035712689507cd59dee1274ad6b8261bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 03:50:43 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd83deb..0287c28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # borrowing from https://www.digitalocean.com/community/tutorials/how-to-build-and-deploy-a-flask-application-using-docker-on-ubuntu-18-04 -FROM python:3.9 +FROM python:3.13 #ENV STATIC_URL /static #ENV STATIC_PATH /var/www/app/static # will be overwritten by whatever volume we attach (for dev), but (I believe) in prod we have no volumne, so grab all the files at the start