diff --git a/Dockerfile b/Dockerfile index b372e06..c090a97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ WORKDIR /exercises COPY ./exercises/. /exercises RUN apt-get install -y entr EXPOSE 4000 -RUN curl -sSL https://raw.githubusercontent.com/tailcallhq/tailcall/master/install.sh | bash -s -- v0.16.0 \ No newline at end of file +RUN curl -sSL https://raw.githubusercontent.com/tailcallhq/tailcall/master/install.sh | bash -s -- v0.16.1 \ No newline at end of file