Skip to content

Commit

Permalink
Update docker images to python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
palango authored and ulope committed Dec 7, 2021
1 parent 54d84b1 commit 03430d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Expand Up @@ -8,7 +8,7 @@
#
# docker build . -t raiden

FROM python:3.7 as builder
FROM python:3.9 as builder

# use --build-arg RAIDENVERSION=v0.0.3 to build a specific (tagged) version
ARG REPO=raiden-network/raiden
Expand All @@ -29,7 +29,7 @@ WORKDIR /app/raiden
RUN make install


FROM python:3.7-slim as runner
FROM python:3.9-slim as runner

COPY --from=builder /opt/venv /opt/venv

Expand Down

0 comments on commit 03430d3

Please sign in to comment.