Skip to content

Commit

Permalink
[Dockerfile] Update dated base image from Ubuntu 18.04 to 20.04, cc n…
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Sep 7, 2022
1 parent a82edf4 commit 07d6814
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Please note that it'll use about 1.2 GB disk space and about 15 minutes to
# build this image, it depends on your hardware.

FROM ubuntu:18.04
FROM ubuntu:20.04
LABEL maintainer="Peter Dave Hello <[email protected]>"
LABEL name="nvm-dev-env"
LABEL version="latest"
Expand Down Expand Up @@ -56,8 +56,8 @@ RUN apt update && \
jq \
zsh \
ksh \
gcc-4.8 \
g++-4.8 \
gcc \
g++ \
xz-utils \
build-essential \
bash-completion && \
Expand Down

0 comments on commit 07d6814

Please sign in to comment.