Loading .dockerignore +1 −1 Original line number Diff line number Diff line * !config/**/* !config Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ RUN sed -i -e 's/# es_ES.UTF-8 UTF-8/es_ES.UTF-8 UTF-8/' /etc/locale.gen && \ dpkg-reconfigure --frontend=noninteractive locales && \ update-locale LANG=es_ES.UTF-8 ARG DOCKER_VERSION="docker-19.03.11" ARG DOCKER_VERSION="docker-19.03.14" RUN wget -P /tmp/ https://download.docker.com/linux/static/stable/x86_64/${DOCKER_VERSION}.tgz && \ tar -xvf /tmp/${DOCKER_VERSION}.tgz --directory /tmp/ && \ Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ RUN sed -i -e 's/# es_ES.UTF-8 UTF-8/es_ES.UTF-8 UTF-8/' /etc/locale.gen && \ dpkg-reconfigure --frontend=noninteractive locales && \ update-locale LANG=es_ES.UTF-8 ARG DOCKER_VERSION="docker-19.03.11" ARG DOCKER_VERSION="docker-19.03.14" RUN wget -P /tmp/ https://download.docker.com/linux/static/stable/x86_64/${DOCKER_VERSION}.tgz && \ tar -xvf /tmp/${DOCKER_VERSION}.tgz --directory /tmp/ && \ Loading