From b3e2d42c2afc3901847851e62ae5fc213725def4 Mon Sep 17 00:00:00 2001 From: Tarskan <55380090+Tarskan@users.noreply.github.com> Date: Fri, 7 Jan 2022 17:10:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20CHANGE=20VERSION=20DOCKER?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3809728..2713625 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,7 +57,7 @@ jobs: docker-build-and-push: working_directory: /dockerapp docker: - - image: docker:17.05.0-ce-git + - image: docker:19.03.13-ce-git steps: - checkout - setup_remote_docker diff --git a/Dockerfile b/Dockerfile index 0820361..9fa51f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /repo COPY . /repo -RUN sudo yarn install +RUN yarn install RUN yarn build