docker-splunk icon indicating copy to clipboard operation
docker-splunk copied to clipboard

Update version of libgnutls30

Open prajnaamey opened this issue 2 years ago • 1 comments
trafficstars

Hello,

I was trying to build a Debian-10 image and saw the following error.

#7 38.11 E: Version '3.6.7-4+deb10u7' for 'libgnutls30' was not found
------
executor failed running [/bin/sh -c /install.sh && rm -rf /install.sh]: exit code: 100

I later updated the version of the GNU TLS library to deb10u10 (libgnutls30=3.6.7-4+deb10u10) instead of deb10u7, which worked. Please let me know if updating the version is alright and if I can create the PR if the above fix is correct.

Note: This is where I found the version of the library: https://packages.debian.org/buster/libgnutls30

prajnaamey avatar May 24 '23 00:05 prajnaamey