Use ubuntu:kinetic for bash

pull/1775/head
Nikhil Parasaram 1 year ago committed by GitHub
parent 7e2005eb66
commit 81bb1e68f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .circleci/config.yml

@ -145,7 +145,7 @@ jobs:
# container.
dockerhub_release:
docker:
- image: docker:stable
- image: ubuntu:kinetic
steps:
- checkout
- setup_remote_docker
@ -156,13 +156,13 @@ jobs:
# Release of the latest development version as mythril/myth-dev container.
dockerhub_dev_release:
docker:
- image: docker:stable
- image: ubuntu:kinetic
steps:
- checkout
- setup_remote_docker
- run:
name: Building Docker Image
command: /bin/bash ./docker_build_and_deploy.sh mythril/myth-dev
command: ./docker_build_and_deploy.sh mythril/myth-dev
workflows:
version: 2

Loading…
Cancel
Save