Skip to content

Commit

Permalink
Merge branch 'release/0.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodian committed Dec 12, 2019
2 parents b846329 + 9daf171 commit 23ed4e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES

## 0.7.0

- Feature: Upgraded base image to docker:19-dind

## 0.6.0

- Refactor: Disabled BuildKit by default
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:18-dind
FROM docker:19-dind

RUN echo "Install build dependencies" && \
apk update && \
Expand Down

0 comments on commit 23ed4e1

Please sign in to comment.