From 44d9689b677451b3cea8b8f929df29fa1151cc2e Mon Sep 17 00:00:00 2001 From: Stefano Alberto Russo Date: Fri, 21 Jan 2022 15:56:39 +0100 Subject: [PATCH] Updated versions --- services/api-gateway/Dockerfile | 2 +- services/gui/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/api-gateway/Dockerfile b/services/api-gateway/Dockerfile index f40464a..b2a1851 100644 --- a/services/api-gateway/Dockerfile +++ b/services/api-gateway/Dockerfile @@ -57,7 +57,7 @@ COPY sudoers /etc/sudoers #------------------------ RUN cd /opt && git clone https://git.astron.nl/astron-sdc/esap-api-gateway.git -RUN cd /opt/esap-api-gateway && git pull && git checkout 74188b358615fd4e8f0fc60dfa6a19d2f38426ab +RUN cd /opt/esap-api-gateway && git pull && git checkout 557c921 RUN chown -R esap:esap /opt/esap-api-gateway diff --git a/services/gui/Dockerfile b/services/gui/Dockerfile index cbf78c3..306fee1 100644 --- a/services/gui/Dockerfile +++ b/services/gui/Dockerfile @@ -43,7 +43,7 @@ COPY sudoers /etc/sudoers #------------------------ RUN cd /opt && git clone https://git.astron.nl/astron-sdc/esap-gui.git -RUN cd /opt/esap-gui && git pull && git checkout 0be8125b478007c75b13002d4e5273af7e14c057 +RUN cd /opt/esap-gui && git pull && git checkout 2882da5a RUN cd /opt/esap-gui && npm install RUN cd /opt/esap-gui && npm run build -- GitLab