Skip to content

Commit

Permalink
bump docker base image & rm parity env var! (ethereum#2369)
Browse files Browse the repository at this point in the history
* ⚡ 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]>
  • Loading branch information
wiseaidev authored Mar 11, 2022
1 parent 061fb66 commit 9ba6fec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM python:3.6
FROM python:3.9

# Set up code directory
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

# Install Linux dependencies
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ services:
sandbox:
build:
context: .
environment:
PARITY_VERSION: v2.3.5
volumes:
- .:/code
command: tail -f /dev/null
1 change: 1 addition & 0 deletions newsfragments/2369.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bump docker base image to ``3.9`` and remove parity tests from docker.

0 comments on commit 9ba6fec

Please sign in to comment.