switch to bookworm
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
Jochen Maes 2023-11-18 14:10:46 +01:00
parent e87abaa8ff
commit 7b277c25e8

View File

@ -1,8 +1,7 @@
FROM node:alpine
FROM node:bookworm
ENV BW_CLI_VERSION=2023.10.0
RUN apk add python3 argon2 argon2-libs
RUN npm install -g @bitwarden/cli@$BW_CLI_VERSION
COPY entrypoint.sh /