Skip to content

Commit 5a29c68

Browse files
committed
Fix vulnerabilities in the base image.
curl CVE-2023-23916 libcurl CVE-2023-23916
1 parent bbac93b commit 5a29c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV HOME=/opt/app-root \
2424
SBCL_VERSION=2.3.2 \
2525
LIBEV_VERSION=4.33 \
2626
LIBSSH2_VERSION=1.10.0 \
27-
LISP_BASE_BUILD_DATE="Thu Feb 23 07:33:20 AM EST 2023"
27+
LISP_BASE_BUILD_DATE="Thu 16 Mar 2023 07:49:06 AM EDT"
2828

2929
RUN rm /etc/rhsm-host && \
3030
yum install -y \

0 commit comments

Comments
 (0)