fix: used full docker image name

This commit is contained in:
florian 2023-07-12 21:00:58 +02:00
parent 3f17e93669
commit ac73df5f3f

View File

@ -1,4 +1,4 @@
FROM srs:latest
FROM ossrs/srs:latest
# Install Node.js
RUN apt-get -y update && apt-get install -y curl