Merge pull request 'chore: replace apk with apt [release-patch]' (#5) from dev into main

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2025-11-25 08:00:20 +00:00

View File

@@ -1,7 +1,7 @@
FROM python:3.13.9-slim
RUN apk update
RUN apk upgrade
RUN apt update
RUN apt upgrade -y
WORKDIR /app