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

Bumps ruby from 3.3.5 to 3.3.6.

---
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]
2024-11-06 13:09:13 +00:00
committed by GitHub
parent 9c7ce581e7
commit 19a19f10d6

View File

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