mirror of https://github.com/certd/certd
perf: 升级lego版本到4.22.2
parent
bf30b7afae
commit
4e15556e5e
|
@ -18,7 +18,7 @@ RUN apk add --no-cache openjdk8
|
|||
WORKDIR /app/
|
||||
COPY --from=builder /workspace/certd-server/ /app/
|
||||
|
||||
ENV LEGO_VERSION 4.19.2
|
||||
ENV LEGO_VERSION 4.22.2
|
||||
ENV LEGO_DOWNLOAD_DIR /app/tools/lego
|
||||
RUN mkdir -p $LEGO_DOWNLOAD_DIR
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
LEGO_VERSION=4.19.2
|
||||
LEGO_VERSION=4.22.2
|
||||
|
|
Loading…
Reference in New Issue