diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-08-01 02:22:55 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-08-01 02:22:55 +0200 |
| commit | 5e90d2c0507d4ac346f19689c7617206da9972a1 (patch) | |
| tree | f08213d9eea39070d0012e8fd746c32250bfd00c | |
| parent | 7ee0f72aabbe10d511a69b499f35f9be205df043 (diff) | |
| download | spm-packages-5e90d2c0507d4ac346f19689c7617206da9972a1.tar.gz | |
slcl/0.2.1: Update to newest cJSON and OpenSSL
| -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 |
