Skip to content

Commit

Permalink
Merge pull request #568 from valory-xyz/fix/dockerfile
Browse files Browse the repository at this point in the history
Fix version specifier in the Dockerfile
  • Loading branch information
DavidMinarsch authored Feb 3, 2023
2 parents 0f7c9ab + e7c093d commit 6616082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apk add --no-cache go

# aea installation
RUN pip install --upgrade pip
RUN pip install --upgrade --force-reinstall open-aea[all]==1.29.0 "open-aea-cli-ipfs<2.0.0,>=1.29.0.post1"
RUN pip install --upgrade --force-reinstall open-aea[all]==1.29.0 "open-aea-cli-ipfs<2.0.0,>=1.29.0"

# directories and aea cli config
WORKDIR /home/agents
Expand Down

0 comments on commit 6616082

Please sign in to comment.