fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU1604-BASH-542609 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-346739 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-346739 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-346739 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-346739
This commit is contained in:
parent
eed0d0e85c
commit
afdfd224db
|
|
@ -6,7 +6,7 @@
|
||||||
# Please note that it'll use about 1.2 GB disk space and about 15 minutes to
|
# 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.
|
# build this image, it depends on your hardware.
|
||||||
|
|
||||||
FROM ubuntu:16.04
|
FROM ubuntu:xenial-20210416
|
||||||
LABEL maintainer="Peter Dave Hello <hsu@peterdavehello.org>"
|
LABEL maintainer="Peter Dave Hello <hsu@peterdavehello.org>"
|
||||||
LABEL name="nvm-dev-env"
|
LABEL name="nvm-dev-env"
|
||||||
LABEL version="latest"
|
LABEL version="latest"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue