Skip to content

Commit

Permalink
Merge pull request #96 from jonasbn/release_candidate_0.16.0
Browse files Browse the repository at this point in the history
Preparing release 0.16.0
  • Loading branch information
jonasbn authored Jul 18, 2024
2 parents d81cfba + 5c9b345 commit f404a9a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change log for Docker-cheatset

## 0.16.0 2024-07-18 Maintenance release

- Bumped Docker base image from Ruby 3.2.2-slim-bullseye to 3.2.3-slim-bullseye, via PR [#82](https://github.com/jonasbn/docker-cheatset/pull/82) from @snyk-bot

- Cleaned up dependencies after multiple tests and updates, dependencies might be older, but the build works.

- Changes to build to be based on `Gemfile.lock` instead of `Gemfile` so the build is more predictable

## 0.15.0 2023-07-10 Maintenance release

- Bumped dependencies:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ The master branch might contain changes not tagged as released yet and can be re
The prebuilt `cheatset` Docker image is [available on DockerHub][dockerhubcheatset], or you can build it yourself based on this repository, see the section below on building.

```bash
$ docker pull jonasbn/cheatset:0.15.0
$ docker run --rm --volume $PWD:/tmp jonasbn/cheatset:0.15.0
$ docker pull jonasbn/cheatset:0.16.0
$ docker run --rm --volume $PWD:/tmp jonasbn/cheatset:0.16.0
```

And if you are want the latest build:
Expand Down

0 comments on commit f404a9a

Please sign in to comment.