Skip to content

Commit

Permalink
Merge pull request #780 from hugocf/bats-core-patch-docker
Browse files Browse the repository at this point in the history
Update Docker image with the latest `bats-file` version
  • Loading branch information
martin-schulze-vireso committed Oct 13, 2023
2 parents 360c1ea + 4509ec2 commit f1f5115
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM bash:${bashver}
ARG TINI_VERSION=v0.19.0
ARG TARGETPLATFORM
ARG LIBS_VER_SUPPORT=0.3.0
ARG LIBS_VER_FILE=0.3.0
ARG LIBS_VER_FILE=0.4.0
ARG LIBS_VER_ASSERT=2.1.0
ARG LIBS_VER_DETIK=1.1.0
ARG UID=1001
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ The format is based on [Keep a Changelog][kac] and this project adheres to

* `install.sh` now works for deviating `lib/` dirs (like `lib32`,`lib64`) (#487)

### Changed

* update Docker image with the latest `bats-file` version 0.4.0 (#780)

#### Documentation

* clarify docker usage (#741)
Expand Down Expand Up @@ -552,3 +556,4 @@ Changes:
[0.3.0]: https://github.com/bats-core/bats-core/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/bats-core/bats-core/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/bats-core/bats-core/commits/v0.1.0

0 comments on commit f1f5115

Please sign in to comment.