Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit e3ddabc

Browse files
authored
Use python:3.7.10 for builds to restore python2 tests (#53)
1 parent 4da2a38 commit e3ddabc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

molecule/default/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM python:3.7
1+
FROM python:3.7.10
22
RUN apt-get update && apt-get install -y --no-install-recommends python-pip python-setuptools python3-pip python3-setuptools

molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lint:
1414
name: yamllint
1515
platforms:
1616
- name: instance
17-
image: python:3.7
17+
image: python:3.7.10
1818
provisioner:
1919
name: ansible
2020
log: true

tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM python:3.7
1+
FROM python:3.7.10
22
RUN apt-get update && apt-get install -y --no-install-recommends python-pip python-setuptools python3-pip python3-setuptools

0 commit comments

Comments
 (0)