diff --git a/Dockerfile b/Dockerfile
index f3fa041d..1a18a7f3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-ARG SERVER_VERSION=v0.19.0
+ARG SERVER_VERSION=07617750
# Builder image to compile the website
FROM ubuntu AS builder
@@ -27,7 +27,8 @@ RUN /usr/bin/yarn --cwd website \
&& /usr/bin/yarn --cwd website build
# Main image derived from openvsx-server
-FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
+#FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
+FROM docker.io/amvanbaren/openvsx-server:${SERVER_VERSION}
ARG SERVER_VERSION
COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/
diff --git a/configuration/ehcache.xml b/configuration/ehcache.xml
index c0752420..0318d507 100644
--- a/configuration/ehcache.xml
+++ b/configuration/ehcache.xml
@@ -80,4 +80,40 @@
8
+
+
+ 5
+
+
+
+ org.eclipse.openvsx.cache.ExpiredFileListener
+ ASYNCHRONOUS
+ UNORDERED
+ EXPIRED
+ EVICTED
+ REMOVED
+
+
+
+ 150
+
+
+
+
+ 5
+
+
+
+ org.eclipse.openvsx.cache.ExpiredFileListener
+ ASYNCHRONOUS
+ UNORDERED
+ EXPIRED
+ EVICTED
+ REMOVED
+
+
+
+ 20
+
+
\ No newline at end of file