wiremock / wiremock-docker

Wiremock Docker image
https://hub.docker.com/r/wiremock/wiremock
MIT License
210 stars 99 forks source link

Update gosu package as its having vulnerabilities #97

Closed amir272 closed 7 months ago

amir272 commented 7 months ago

We have gosu version as 1.14 currently. This is in turn uses go version 1.16.7 . Using this version has resulted in a few vulnerabilities. We are upgrading gosu package to 1.16 to fix these vulnerabilities

Discussion for the issue: https://wiremock-community.slack.com/archives/C03NAEH5LVA/p1700000714509919 Latest gosu version 1.17: https://github.com/tianon/gosu/releases/tag/1.16

image

Submitter checklist

amir272 commented 7 months ago

I tested it locally, works on the recent Linux/Docker engine

Thanks.I wonder why docker-build is failing. Could you please have a look

oleg-nenashev commented 7 months ago

It is not related to the PR AFAICT, looks like a regression in the CI pipeline. I will merge it and resolve the CI issues in the main branch