From 5e90d2c0507d4ac346f19689c7617206da9972a1 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 1 Aug 2024 02:22:55 +0200 Subject: slcl/0.2.1: Update to newest cJSON and OpenSSL --- slcl/0.2.1/Dockerfile | 4 ++-- 1 file 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 -- cgit v1.2.3