Skip to content

Commit a5f4a8a

Browse files
authored
Bumped the base image for the OS part to a newer Debian (#164)
1 parent 9dc4d00 commit a5f4a8a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change log for Docker-cheatset
22

3-
## 0.21.0 2025-06-10 maintenance release
3+
## 0.22.0 2026-02-10 maintenance release
4+
5+
- Bumped Docker base image to: `ruby:3.2.10-slim-trixie`
6+
7+
## 0.21.0 2026-02-10 maintenance release
48

59
- Bumped Docker base image for Ruby 3.2.8-slim-bookworm, via PR [#161](https://github.com/jonasbn/docker-cheatset/pull/161) from @dependabot
610

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# REF: https://docs.docker.com/engine/reference/builder/
22
# REF: https://hub.docker.com/_/ruby
3-
FROM ruby:3.2.8-slim-bookworm@sha256:2db494c4e5cb76923cf40878b79ec1d03adbe28de43898178a42d70a7492f945
3+
FROM ruby:3.2.10-slim-trixie@sha256:659b14d55b9551f2a14ebfee3dd1818876e807d29428e3bb7797ad897abdc19a
44

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

0 commit comments

Comments
 (0)