Skip to content

Commit 3c3a668

Browse files
authored
Merge pull request openwallet-foundation#2109 from ianco/master
Update dockerfiles to use python 3.9
2 parents 35d6369 + a6b9159 commit 3c3a668

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)