Skip to content

Commit a6b9159

Browse files
committed
Update dockerfiles to use python 3.9
Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
1 parent 35d6369 commit a6b9159

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG python_version=3.6.13
1+
ARG python_version=3.9.16
22
FROM python:${python_version}-slim-bullseye AS build
33

44
WORKDIR /src

docker/Dockerfile.indy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG python_version=3.6.13
1+
ARG python_version=3.9.16
22
ARG rust_version=1.46
33

44
# This image could be replaced with an "indy" image from another repo,

0 commit comments

Comments
 (0)