From a7c5284f7c67e4c370264be53feb170b7199209a Mon Sep 17 00:00:00 2001 From: bobobo80 <1252399+bobobo80@users.noreply.github.com> Date: Sat, 6 Apr 2024 16:50:50 +0800 Subject: [PATCH] update python to 3.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4b80daa..91c261e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM python:3.10-slim LABEL "com.github.actions.name"="Deploy Pelican Site to GitHub Pages" LABEL "com.github.actions.description"="Deploy Pelican Site to GitHub Pages"