Skip to content

Commit e106757

Browse files
committed
use python 3.11
1 parent 98dbbc3 commit e106757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the community website with Nikola
2-
FROM python:3.12 AS builder
2+
FROM python:3.11 AS builder
33

44
# Add the contents of this repository to the working directory
55
ADD . /community-website

0 commit comments

Comments
 (0)