Skip to content

Commit cafdda9

Browse files
authored
removing vim from docker images due to CVE (#2604)
1 parent da95e7a commit cafdda9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docker/base-images/base-admin-tools.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ RUN apk add --update --no-cache \
66
tzdata \
77
bash \
88
curl \
9-
vim \
109
jq \
1110
mysql-client \
1211
postgresql-client \

docker/base-images/base-server.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ RUN apk add --update --no-cache \
1919
ca-certificates \
2020
tzdata \
2121
bash \
22-
curl \
23-
vim
22+
curl
2423

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

0 commit comments

Comments
 (0)