fix: update image & set registry path

This commit is contained in:
2023-12-30 00:54:42 +01:00
parent 163854d7bd
commit 5439f46bd3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.9-slim-buster
FROM python:3.9-slim-bookworm
RUN apt update
RUN apt install python3-pip -y