From 7b277c25e8300da15364e0c119d8df168006ead2 Mon Sep 17 00:00:00 2001 From: Jochen Maes Date: Sat, 18 Nov 2023 14:10:46 +0100 Subject: [PATCH] switch to bookworm --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 27eeeb8..0a468b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 /