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 d7b6de6 commit 5c0a23fCopy full SHA for 5c0a23f
.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.11
+ - image: simonsdave/bionic-dev-env:v0.6.12
12
auth:
13
username: $DOCKER_EXECUTOR_DOCKERHUB_USERNAME
14
password: $DOCKER_EXECUTOR_DOCKERHUB_PASSWORD
CHANGELOG.md
@@ -12,7 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
15
-* Nothing
+* ```dev-env``` 0.6.11 -> 0.6.12
16
17
### Removed
18
0 commit comments