Skip to content

Commit

Permalink
Upgrade container base image to fix vulnerability issue (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackchoey authored Dec 27, 2019
1 parent 93e18b0 commit 8677318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/tool/linux/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:19.04
ENV DEBIAN_FRONTEND noninteractive
ENV DOTNETCORESDK_VERSION 2.1
ENV DOCKER_COMPOSE_VERSION 1.22.0
Expand All @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y apt-transport-https ca-certificates cur
RUN apt-get install git gnupg gnupg2 gnupg1 -y && \
apt-get install -y --no-install-recommends dialog apt-utils curl apt-transport-https python-pip python3-pip libltdl-dev && \
curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
apt-get install -y nodejs
apt-get install -y nodejs npm
RUN apt-get install -y wget && \
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.asc.gpg && \
mv microsoft.asc.gpg /etc/apt/trusted.gpg.d/ && \
Expand Down

0 comments on commit 8677318

Please sign in to comment.