Skip to content

Commit 9ba6fec

Browse files
authored
bump docker base image & rm parity env var! (#2369)
* ⚡ bump docker base image and parity version! Signed-off-by: Harmouch101 <[email protected]> * 📝 add newsfragment! Signed-off-by: Harmouch101 <[email protected]> * ⚡ rm parity tests from docker. Signed-off-by: Harmouch101 <[email protected]> * 📝 update newsfragment. Signed-off-by: Harmouch101 <[email protected]>
1 parent 061fb66 commit 9ba6fec

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
FROM python:3.6
1+
FROM python:3.9
22

33
# Set up code directory
4-
RUN mkdir -p /usr/src/app
54
WORKDIR /usr/src/app
65

76
# Install Linux dependencies

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ services:
33
sandbox:
44
build:
55
context: .
6-
environment:
7-
PARITY_VERSION: v2.3.5
86
volumes:
97
- .:/code
108
command: tail -f /dev/null

newsfragments/2369.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump docker base image to ``3.9`` and remove parity tests from docker.

0 commit comments

Comments
 (0)