Skip to content

Commit

Permalink
Downgrade default python to 3.8.10 because netifaces doesn't work on …
Browse files Browse the repository at this point in the history
…newer
  • Loading branch information
psiniemi committed Oct 5, 2022
1 parent bb7a115 commit e3ba9ac
Show file tree
Hide file tree
Showing 5 changed files with 1,234 additions and 894 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Build Status](https://api.travis-ci.com/NitorCreations/nameless-deploy-tools.svg?branch=master)](https://app.travis-ci.com/github/NitorCreations/nameless-deploy-tools/)
[![Coverage Status](https://coveralls.io/repos/github/NitorCreations/nameless-deploy-tools/badge.svg?branch=master)](https://coveralls.io/github/NitorCreations/nameless-deploy-tools?branch=master)

## Released version 1.275
## Released version 1.276

Nameless deploy tools are a set of tools to implement a true Infrastructure As Code workflow
with various cloud infrastructure management tools. Currently supported tools are
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -ex \
&& unzip -d /usr/bin terraform_${TERRAFORM_VERSION}_linux_${dpkgArch}.zip \
&& rm -f terraform_${TERRAFORM_VERSION}_linux_${dpkgArch}.zip terraform_${TERRAFORM_VERSION}_SHA256SUMS terraform_${TERRAFORM_VERSION}_SHA256SUMS.sig

RUN pip install --no-cache-dir nameless-deploy-tools==1.275
RUN pip install --no-cache-dir nameless-deploy-tools==1.276

VOLUME /var/lib/docker

Expand Down
Loading

0 comments on commit e3ba9ac

Please sign in to comment.