diff --git a/Dockerfile b/Dockerfile
index e4f08214c36c9bd4c04efe7d4220d98f20b82e39..5fbce1287f25bdab95b671bcc06f043371b9ee65 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,6 +12,6 @@ RUN apk update && apk add qemu qemu-img qemu-system-x86_64 \
     # Install other sweb Dependencies
     python3 py3-pip cmake
 
-RUN pip install swet --extra-index-url https://gitlab-ci-token:$CI_TOKEN@gitlab.tugraz.at/api/v4/projects/21215/packages/pypi/simple
+RUN pip install swet==0.0.4 --extra-index-url https://gitlab-ci-token:$CI_TOKEN@gitlab.tugraz.at/api/v4/projects/21215/packages/pypi/simple
 
 WORKDIR /sweb