Skip to content

Commit

Permalink
update python version in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
OchiengPaul442 committed Dec 6, 2024
1 parent 6d96cfd commit 5c0162a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/website/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use Python 3.9-slim as the base image
FROM python:3.9-slim
FROM python:3.11-slim

# Set environment variables
ENV PYTHONDONTWRITEBYTECODE 1
Expand Down

0 comments on commit 5c0162a

Please sign in to comment.