Skip to content

Commit

Permalink
removing vim from docker images due to CVE (#2604)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreiding authored Mar 12, 2022
1 parent da95e7a commit cafdda9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docker/base-images/base-admin-tools.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ RUN apk add --update --no-cache \
tzdata \
bash \
curl \
vim \
jq \
mysql-client \
postgresql-client \
Expand Down
3 changes: 1 addition & 2 deletions docker/base-images/base-server.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ RUN apk add --update --no-cache \
ca-certificates \
tzdata \
bash \
curl \
vim
curl

COPY --from=dockerize-builder /usr/local/bin/dockerize /usr/local/bin/dockerize
# set up nsswitch.conf for Go's "netgo" implementation
Expand Down

0 comments on commit cafdda9

Please sign in to comment.