From 048bbe5635badb94fd7ca7382f3c87287ad949a5 Mon Sep 17 00:00:00 2001 From: Peter Muriuki Date: Fri, 7 Jun 2024 15:16:21 +0300 Subject: [PATCH] Continuing debug --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f7581f8d..e80f826c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN git clone --branch=bulk-upload-bull https://github.com/onaio/express-server. WORKDIR /usr/src/express-server -RUN git checkout 7cbe1625 +RUN git checkout 378f2884 FROM node:16.18-alpine as build