mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
perf: 升级lego版本到4.22.2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user