diff --git a/Changelog.md b/Changelog.md index 9faffe9..8d92420 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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: diff --git a/README.md b/README.md index 86e6f9e..8fb4ce7 100644 --- a/README.md +++ b/README.md @@ -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: