diff --git a/Dockerfile b/Dockerfile index 171763c..4e7d790 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker:stable +FROM docker:19 COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh