Skip to content

Commit

Permalink
Fix #97 Support heredoc syntax in RUN
Browse files Browse the repository at this point in the history
Signed-off-by: Remy Suen <[email protected]>
  • Loading branch information
rcjsuen committed Aug 7, 2021
1 parent ff74560 commit bda5b4e
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 694 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
### Added
- parse experimental heredoc syntax in RUN instructions ([#97](https://github.com/rcjsuen/dockerfile-utils/issues/97))

## [0.4.2] - 2021-04-11
### Fixed
- prevent false positive by improving the parsing of an escape character and newline that immediately follows a label definition ([#95](https://github.com/rcjsuen/dockerfile-utils/issues/95))
Expand Down
Loading

0 comments on commit bda5b4e

Please sign in to comment.