Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update base image to resolve vulnerabilities #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

claussen
Copy link

What:
update base version to fix vulns described in a docker scan eknert/nginx-tls-terminator

Why:
the current version does not pass a docker scan, due to vulnerabilities in the base image.

Testing:

  1. build image with new Dockerfile
  2. docker tag {container ID} eknert/nginx-tls-terminator:1.21.5-alpine
  3. docker scan -f ./Dockerfile eknert/nginx-tls-terminator:1.21.5-alpine
Testing eknert/nginx-tls-terminator:1.21.5-alpine...

Package manager:   apk
Target file:       ./Dockerfile
Project name:      docker-image|eknert/nginx-tls-terminator
Docker image:      eknert/nginx-tls-terminator:1.21.5-alpine
Platform:          linux/amd64
Base image:        nginx:1.21.5-alpine

✔ Tested 43 dependencies for known vulnerabilities, no vulnerable paths found.

According to our scan, you are currently using the most secure version of the selected base image

For more free scans that keep your images secure, sign up to Snyk at https://dockr.ly/3ePqVcp

update base version to fix vulns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant