Compare commits

..

1 commit

Author SHA1 Message Date
M Rizky Satrio
0fa06e65a3
Merge 873f515727 into b659d5a036 2025-03-03 18:17:56 +01:00
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND noninteractive
ENV ES_VER=8.17.3
ENV ES_VER=8.17.2
#
# Include dist
COPY dist/ /root/dist/

View file

@ -1,5 +1,5 @@
FROM node:20.18.2-alpine3.20
ENV KB_VER=8.17.3
ENV KB_VER=8.17.2
#
# Include dist
COPY dist/ /root/dist/

View file

@ -1,6 +1,6 @@
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND=noninteractive
ENV LS_VER=8.17.3
ENV LS_VER=8.17.2
#
# Include dist
COPY dist/ /root/dist/