Skip to content

Commit

Permalink
use python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod committed Oct 14, 2024
1 parent 98dbbc3 commit e106757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the community website with Nikola
FROM python:3.12 AS builder
FROM python:3.11 AS builder

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

0 comments on commit e106757

Please sign in to comment.