We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc09ff commit aaa40cbCopy full SHA for aaa40cb
.circleci/config.yml
@@ -8,7 +8,7 @@ executors:
8
DOCKER_TEMP_RUNTIME_IMAGE: simonsdave/cloudfeaster:bindle
9
DOCKER_TEMP_RUNTIME_LITE_IMAGE: simonsdave/cloudfeaster-lite:bindle
10
docker:
11
- - image: simonsdave/bionic-dev-env:v0.6.12
+ - image: simonsdave/bionic-dev-env:v0.6.13
12
auth:
13
username: $DOCKER_EXECUTOR_DOCKERHUB_USERNAME
14
password: $DOCKER_EXECUTOR_DOCKERHUB_PASSWORD
CHANGELOG.md
@@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
15
* ```install-dev-env-scripts.sh``` now requires virtual env
16
+* ```dev-env``` v0.6.12 -> v0.6.13
17
18
### Removed
19
0 commit comments