diff --git a/Dockerfile b/Dockerfile index a112a0339..2096279ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine/git AS sources # TODO - update the tag here -RUN git clone --branch=v2.1.1-rc3 https://github.com/onaio/express-server.git /usr/src/express-server +RUN git clone --branch=v2.1.1 https://github.com/onaio/express-server.git /usr/src/express-server FROM node:16.18-alpine as build