Skip to content

Commit

Permalink
Remove patch version from Docker image for tests (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Apr 13, 2021
1 parent e7e9f92 commit 88d3211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.3-slim
FROM python:3.9-slim

RUN mkdir /workspace

Expand All @@ -12,4 +12,4 @@ RUN apt-get update && apt-get install -y curl && \
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && \
chmod +x ./kubectl ; mv ./kubectl /usr/local/bin ; pip install -r requirements.txt ; rm -rf ‘.pytest_cache’

ENTRYPOINT ["python3", "-m", "pytest"]
ENTRYPOINT ["python3", "-m", "pytest"]

0 comments on commit 88d3211

Please sign in to comment.