Update Python and Debian

This commit is contained in:
David Němec 2023-07-18 09:35:28 +02:00
parent 1cf1d10675
commit bcd0a217d5
No known key found for this signature in database
GPG Key ID: B1064EFFFD11AA75

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim-bullseye
FROM python:3.11-slim-bookworm
RUN apt update && apt install -y npm && \
npm i -g @bitwarden/cli && \