diff --git a/pica-etherpad/Dockerfile b/pica-etherpad/Dockerfile
index 3c3e9c6b6b7d4cca4cc4d6275cf45cfa7820cefa..ac8d4bb9bcccd8bfebfd11426d386f687347d893 100644
--- a/pica-etherpad/Dockerfile
+++ b/pica-etherpad/Dockerfile
@@ -1,5 +1,5 @@
 # déclaration unique des variables d'environnement
-FROM node:10.11.0-slim as base
+FROM node:10-slim as base
 LABEL maintainer="antoine@barbare.me"
 
 ARG ETHERPAD_VERSION_BUILD=1.7.0
@@ -60,6 +60,7 @@ FROM base
 
 COPY entrypoint.sh /opt/etherpad-lite/entrypoint.sh
 RUN apt-get update && \
+    apt-get remove curl -y && \
     apt-get install -y mysql-client && \
     chmod +x /opt/etherpad-lite/entrypoint.sh && \
     mkdir -p /opt/etherpad-lite && \