diff --git a/Dockerfile b/Dockerfile
index 306204a009e4e53270147b965c67315dc33489c0..9851318b178ce84d794d396204e4ac78f525bd0e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM python:3.9-alpine
 
 RUN apk add --update gcc libc-dev linux-headers curl && rm -rf /var/cache/apk/*
 
-RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
+RUN curl -sSL https://install.python-poetry.org | python -
 COPY . /opt/SpotifyBackup
 
 WORKDIR /opt/SpotifyBackup