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

Bumps ruby from 3.3.6 to 3.4.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-12-27 13:21:19 +00:00
committed by GitHub
parent 7c79c659ea
commit 2c5f83bdc3

View File

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