diff options
| -rw-r--r-- | slcl/0.2.1/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slcl/0.2.1/Dockerfile b/slcl/0.2.1/Dockerfile index 302fb6f..79ff265 100644 --- a/slcl/0.2.1/Dockerfile +++ b/slcl/0.2.1/Dockerfile @@ -5,8 +5,8 @@ RUN apk update && apk add \ gcc \ pkgconf \ musl-dev -COPY --from=libcjson:1.7.16 /opt/spm/cjson-1.7.16/ /usr/local/ -COPY --from=libopenssl:3.1.1-minimal /opt/spm/openssl-3.1.1/ /usr/local/ +COPY --from=libcjson:1.7.18 /opt/spm/cjson-1.7.18/ /usr/local/ +COPY --from=libopenssl:3.3.1-minimal /opt/spm/openssl-3.3.1/ /usr/local/ ARG PREFIX=/opt/spm/slcl-0.2.1 RUN git clone --depth 1 -b v0.2.1 --recursive \ https://gitea.privatedns.org/xavi/slcl |
