Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #275 from WordPress/dependabot/docker/openverse_ap…
Browse files Browse the repository at this point in the history
…i/python-3.10.0
  • Loading branch information
dhruvkb authored Oct 8, 2021
2 parents e8600d1 + c06a9bc commit 1162f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openverse_api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM realies/audiowaveform:latest AS awf
RUN ldd /usr/local/bin/audiowaveform | tr -s '[:blank:]' '\n' | grep '^/' | \
xargs -I % sh -c 'mkdir -p $(dirname deps%); cp % deps%;'

FROM python:3.9
FROM python:3.10.0

ENV PYTHONBUFFERED 1

Expand Down

0 comments on commit 1162f17

Please sign in to comment.