Model Server CVEs (#898)

This commit is contained in:
Yuhong Sun
2023-12-29 21:14:08 -08:00
committed by GitHub
parent b352d83b8c
commit 2e6be57880
6 changed files with 18 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
FROM node:20-alpine AS base
# Default DANSWER_VERSION, typically overriden during builds by GitHub Actions.
ARG DANSWER_VERSION=0.2-dev
ARG DANSWER_VERSION=0.3-dev
ENV DANSWER_VERSION=${DANSWER_VERSION}
RUN echo "DANSWER_VERSION: ${DANSWER_VERSION}"