Browse Source

👷 CHANGE VERSION DOCKER

main
Tarskan 5 years ago
parent
commit
b3e2d42c2a
  1. 2
      .circleci/config.yml
  2. 2
      Dockerfile

2
.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

2
Dockerfile

@ -5,7 +5,7 @@ WORKDIR /repo
COPY . /repo
RUN sudo yarn install
RUN yarn install
RUN yarn build
Loading…
Cancel
Save