Skip to content

Commit

Permalink
Use python:3.7.10 for builds to restore python2 tests (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
tr1ck3r authored Oct 30, 2021
1 parent 4da2a38 commit e3ddabc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion molecule/default/Dockerfile.j2
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM python:3.7
FROM python:3.7.10
RUN apt-get update && apt-get install -y --no-install-recommends python-pip python-setuptools python3-pip python3-setuptools
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lint:
name: yamllint
platforms:
- name: instance
image: python:3.7
image: python:3.7.10
provisioner:
name: ansible
log: true
Expand Down
2 changes: 1 addition & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM python:3.7
FROM python:3.7.10
RUN apt-get update && apt-get install -y --no-install-recommends python-pip python-setuptools python3-pip python3-setuptools

0 comments on commit e3ddabc

Please sign in to comment.