Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored Jul 29, 2021
1 parent 4f2ed32 commit 28e5f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:7.8.2003 as builder
FROM centos:centos7.9.2009 as builder

ARG VMC_VERSION=1.1-RC-2
ENV VMC_VERSION=${VMC_VERSION}
Expand All @@ -16,7 +16,7 @@ ENV PATH="/opt/vmc/bin:$PATH"
RUN pip3.6 install --no-cache-dir vmcenter==${VMC_VERSION}


FROM centos:7.8.2003
FROM centos:centos7.9.2009

ENV TZ=Poland
ENV PYTHONDONTWRITEBYTECODE 1
Expand Down

0 comments on commit 28e5f45

Please sign in to comment.