mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBCAP2-5538282 - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBCAP2-5538296 - https://snyk.io/vuln/SNYK-UBUNTU2204-PCRE3-2799820 - https://snyk.io/vuln/SNYK-UBUNTU2204-SHADOW-5425688 - https://snyk.io/vuln/SNYK-UBUNTU2204-SHADOW-5425688
This commit is contained in:
parent
f86847fdd2
commit
ae62471c2e
@ -6,7 +6,7 @@
|
||||
# Please note that it'll use about 1.2 GB disk space and about 15 minutes to
|
||||
# build this image, it depends on your hardware.
|
||||
|
||||
FROM ubuntu:22.04
|
||||
FROM ubuntu:22.10
|
||||
LABEL maintainer="Peter Dave Hello <hsu@peterdavehello.org>"
|
||||
LABEL name="nvm-dev-env"
|
||||
LABEL version="latest"
|
||||
|
Loading…
Reference in New Issue
Block a user