mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-03-31 04:30:30 +00:00
fix: test/_centos_7.Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-CENTOS7-GLIB2-2182590 - https://snyk.io/vuln/SNYK-CENTOS7-NSS-2308137 - https://snyk.io/vuln/SNYK-CENTOS7-NSSSYSINIT-2308141 - https://snyk.io/vuln/SNYK-CENTOS7-NSSTOOLS-2308139 - https://snyk.io/vuln/SNYK-CENTOS7-OPENSSLLIBS-2178963
This commit is contained in:
parent
cb4801bbcc
commit
23fc945e2d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM centos:7
|
||||
FROM centos:latest
|
||||
RUN yum install -y git
|
||||
|
||||
ENV GITDIR /etc/.pihole
|
||||
|
|
Loading…
Add table
Reference in a new issue