diff --git a/Dockerfile b/Dockerfile index 6775ed1..9006b80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM python:3.8-slim-buster +FROM python:3.11-slim-bookworm RUN apt update RUN apt -y install zip