chore(deps): bump ruby in /tests/apps/dockerfile-entrypoint

Bumps ruby from 3.4.1 to 3.4.2.

---
updated-dependencies:
- dependency-name: ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-02-17 13:42:26 +00:00
committed by GitHub
parent dd608c50d5
commit 7992c89828

View File

@@ -1,4 +1,4 @@
FROM ruby:3.4.1
FROM ruby:3.4.2
RUN mkdir /app
WORKDIR /app