Skip to content

Commit

Permalink
Merge pull request #2456 from WadeBarnes/update/python-image-version
Browse files Browse the repository at this point in the history
Update Python image version to 3.9.18
  • Loading branch information
WadeBarnes authored Aug 31, 2023
2 parents fa28560 + 3a0b779 commit 39cac36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.9.16
ARG python_version=3.9.18
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.9.16
ARG python_version=3.9.18
ARG rust_version=1.46

# This image could be replaced with an "indy" image from another repo,
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG python_version=3.9.16
ARG python_version=3.9.18
FROM python:${python_version}-slim-bullseye

RUN apt-get update -y && \
Expand Down

0 comments on commit 39cac36

Please sign in to comment.