From 6fbf060044bed96619e1e7bb598a0d55136e28e6 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Fri, 21 Apr 2023 15:51:51 +0200 Subject: [PATCH] update python version in image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be2cca3..a0fa181 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN cd /tmp && wget https://github.com/bitwarden/clients/releases/download/cli-v FROM alpine:3.17.3 -ARG PYTHON_VERSION=3.10.10-r0 +ARG PYTHON_VERSION=3.10.11-r0 ARG PIP_VERSION=22.3.1-r1 ARG GCOMPAT_VERSION=1.1.0-r0