mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-27 10:40:10 +00:00
Compare commits
2 commits
0fa06e65a3
...
ec17036476
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec17036476 | ||
|
|
988b7a8651 |
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu:24.04
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV ES_VER=8.17.2
|
||||
ENV ES_VER=8.17.3
|
||||
#
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
FROM node:20.18.2-alpine3.20
|
||||
ENV KB_VER=8.17.2
|
||||
ENV KB_VER=8.17.3
|
||||
#
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu:24.04
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
ENV LS_VER=8.17.2
|
||||
ENV LS_VER=8.17.3
|
||||
#
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
|
|
|
|||
Loading…
Reference in a new issue