diff --git a/Dockerfile b/Dockerfile index 838e290..7deb80d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,8 @@ RUN sudo apt-get update RUN sudo apt-get install -y curl #Instalando wget RUN sudo apt-get install -y wget +#Instalando jq +RUN sudo apt-get install -y jq #Instalando devtunnel #Comandos que no se deben olvidar correr al crear el devtunnel diff --git a/version.txt b/version.txt index d941c12..e92964f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.16 \ No newline at end of file +1.0.17 \ No newline at end of file