Skip to content

Commit a959bca

Browse files
authored
Merge pull request #1219 from kalxas/trivy_fix
Add libssl3t64 update fixing CVE-2026-28390
2 parents 0d2b070 + c5e892d commit a959bca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ LABEL maintainer="massimods@met.no,aheimsbakk@met.no,tommkralidis@gmail.com,gcpp
4545
ARG BUILD_DEV_IMAGE="false"
4646

4747
RUN apt-get update --yes && \
48-
apt-get install --yes --no-install-recommends ca-certificates python3-setuptools && \
48+
apt-get install --yes --no-install-recommends ca-certificates python3-setuptools libssl3t64 && \
4949
rm -rf /var/lib/apt/lists/*
5050

5151
RUN adduser --uid 1000 --gecos '' --disabled-password pycsw

0 commit comments

Comments
 (0)