diff --git a/Dockerfile.base b/Dockerfile.base index 66be7b1..b13ed79 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -1,3 +1,3 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update RUN apt-get install -y make git python3 diff --git a/Dockerfile.base b/Dockerfile.base index 66be7b1..b13ed79 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -1,3 +1,3 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update RUN apt-get install -y make git python3 diff --git a/Dockerfile.build b/Dockerfile.build index 57eac28..6ea66db 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update # Install Linting Tools diff --git a/Dockerfile.base b/Dockerfile.base index 66be7b1..b13ed79 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -1,3 +1,3 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update RUN apt-get install -y make git python3 diff --git a/Dockerfile.build b/Dockerfile.build index 57eac28..6ea66db 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update # Install Linting Tools diff --git a/Dockerfile.build.linux b/Dockerfile.build.linux index 3aaeaa2..14583eb 100644 --- a/Dockerfile.build.linux +++ b/Dockerfile.build.linux @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update RUN apt-get install -y make git python3 diff --git a/Dockerfile.base b/Dockerfile.base index 66be7b1..b13ed79 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -1,3 +1,3 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update RUN apt-get install -y make git python3 diff --git a/Dockerfile.build b/Dockerfile.build index 57eac28..6ea66db 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update # Install Linting Tools diff --git a/Dockerfile.build.linux b/Dockerfile.build.linux index 3aaeaa2..14583eb 100644 --- a/Dockerfile.build.linux +++ b/Dockerfile.build.linux @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update RUN apt-get install -y make git python3 diff --git a/Dockerfile.build.macosx b/Dockerfile.build.macosx index 3a277dd..d7861d8 100644 --- a/Dockerfile.build.macosx +++ b/Dockerfile.build.macosx @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update RUN apt-get install -y make git python3 diff --git a/Dockerfile.base b/Dockerfile.base index 66be7b1..b13ed79 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -1,3 +1,3 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update RUN apt-get install -y make git python3 diff --git a/Dockerfile.build b/Dockerfile.build index 57eac28..6ea66db 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update # Install Linting Tools diff --git a/Dockerfile.build.linux b/Dockerfile.build.linux index 3aaeaa2..14583eb 100644 --- a/Dockerfile.build.linux +++ b/Dockerfile.build.linux @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update RUN apt-get install -y make git python3 diff --git a/Dockerfile.build.macosx b/Dockerfile.build.macosx index 3a277dd..d7861d8 100644 --- a/Dockerfile.build.macosx +++ b/Dockerfile.build.macosx @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update RUN apt-get install -y make git python3 diff --git a/Dockerfile.build.windows b/Dockerfile.build.windows index 9a25bd9..09eae36 100644 --- a/Dockerfile.build.windows +++ b/Dockerfile.build.windows @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update RUN apt-get install -y make git python3 diff --git a/Dockerfile.base b/Dockerfile.base index 66be7b1..b13ed79 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -1,3 +1,3 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update RUN apt-get install -y make git python3 diff --git a/Dockerfile.build b/Dockerfile.build index 57eac28..6ea66db 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update # Install Linting Tools diff --git a/Dockerfile.build.linux b/Dockerfile.build.linux index 3aaeaa2..14583eb 100644 --- a/Dockerfile.build.linux +++ b/Dockerfile.build.linux @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update RUN apt-get install -y make git python3 diff --git a/Dockerfile.build.macosx b/Dockerfile.build.macosx index 3a277dd..d7861d8 100644 --- a/Dockerfile.build.macosx +++ b/Dockerfile.build.macosx @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update RUN apt-get install -y make git python3 diff --git a/Dockerfile.build.windows b/Dockerfile.build.windows index 9a25bd9..09eae36 100644 --- a/Dockerfile.build.windows +++ b/Dockerfile.build.windows @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update RUN apt-get install -y make git python3 diff --git a/Dockerfile.lint b/Dockerfile.lint index 88b3a21..44f4ef9 100644 --- a/Dockerfile.lint +++ b/Dockerfile.lint @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update RUN apt-get install -y make git python3