Skip to content

Commit

Permalink
Merge branch 'main' into issue_cred_2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shaangill025 authored Feb 3, 2023
2 parents 32bb419 + 3c3a668 commit 5ea4d1d
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 5ea4d1d

Please sign in to comment.