Skip to content

Commit ad10d9f

Browse files
committed
Revert "moves python version to 3.8.10"
This reverts commit 13475f1.
1 parent a6962d0 commit ad10d9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build: # required for runs that don't use workflows
44
working_directory: ~/circleci-app
55
docker:
6-
- image: circleci/python:3.8.10
6+
- image: circleci/python:3.8.6
77
environment:
88
ALLOWED_HOSTS: "chipy.org,www.chipy.org,localhost"
99
CONNECT_METHOD: http

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8.10
1+
FROM python:3.8.6
22

33
# install os dependencies; clean apt cache
44
RUN apt-get update && apt-get install -y \

runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.8.10
1+
python-3.8.6

0 commit comments

Comments
 (0)