splunk / docker-splunk

Splunk Docker GitHub Repository
462 stars 253 forks source link

Update version of libgnutls30 #593

Open prajnaamey opened 1 year ago

prajnaamey commented 1 year ago

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