Skip to content

Commit

Permalink
release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Mar 20, 2023
1 parent f93b529 commit af63209
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.0.4] - 2023-03-20
### Changed
- Added updated `gotest.xsl` which supports parsing panics

## [1.0.3] - 2023-03-14
### Changed
- Made the docker image smaller by using `jre` instead of `jdk`
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG SAXON_HE_REPOSITORY=pl-strflt/Saxon-HE
ARG SAXON_HE_SHA=392d705f7d603b0cfdd4c95fddd3c0a80590a21b

ARG ANT_REPOSITORY=pl-strflt/ant
ARG ANT_SHA=d0b3d9e8c9a975568a6d9efa8884f5db69cb76f3
ARG ANT_SHA=a4aead296e1da974056a752755c4eaf0de2bfd21

RUN apt-get update && apt-get install -y unzip jq

Expand Down

0 comments on commit af63209

Please sign in to comment.