Skip to content

Commit

Permalink
Merge pull request #2109 from ianco/master
Browse files Browse the repository at this point in the history
Update dockerfiles to use python 3.9
  • Loading branch information
ianco authored Feb 2, 2023
2 parents 35d6369 + a6b9159 commit 3c3a668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG python_version=3.6.13
ARG python_version=3.9.16
FROM python:${python_version}-slim-bullseye AS build

WORKDIR /src
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.indy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG python_version=3.6.13
ARG python_version=3.9.16
ARG rust_version=1.46

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

0 comments on commit 3c3a668

Please sign in to comment.