Skip to content

Commit

Permalink
Bumped based image to 3.2.6 from 3.2.3, this does seem to address a l…
Browse files Browse the repository at this point in the history
…ot of the security advisories for the base image (#108)
  • Loading branch information
jonasbn authored Nov 10, 2024
1 parent 3bcca25 commit bf09fab
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
@@ -1,5 +1,9 @@
# Change log for Docker-cheatset

## 0.17.0 2024-11-10 Maintenance release

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

## 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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# REF: https://docs.docker.com/engine/reference/builder/
# REF: https://hub.docker.com/_/ruby
FROM ruby:3.2.3-slim-bullseye
FROM ruby:3.2.6-slim-bullseye

# We point to the original repository for the image
LABEL org.opencontainers.image.source=https://github.com/jonasbn/docker-cheatset
Expand Down

0 comments on commit bf09fab

Please sign in to comment.