Update Dockerfile
All checks were successful
Build and Push Docker Image / build (push) Successful in 38s

This commit is contained in:
Corban-Lee Jones 2024-08-13 23:27:04 +01:00
parent 808b019b42
commit 8c6a57c42a

View File

@ -1,4 +1,4 @@
FROM python:3.12.5-slim-buster
FROM python:3.12.5-slim-bullseye
# python related environment variables
ENV PYTHONDONTWRITEBYTECODE 1