Skip to content

Commit

Permalink
Bump python to 3.8 (#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
hareeshnagaraj committed Mar 4, 2021
1 parent 6fdca0e commit 248f356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery-provider/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# requires authentication to Dockerhub
FROM audius/contracts:1.0.0 as contracts

FROM python:3.7.0-alpine
FROM python:3.8.0-alpine
MAINTAINER Hareesh Nagaraj <hareesh@audius.co>

ENV INSTALL_PATH /audius-discovery-provider
Expand Down

0 comments on commit 248f356

Please sign in to comment.