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

Bumps ruby from 3.2.2 to 3.3.0.

---
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]
2023-12-27 13:11:24 +00:00
committed by GitHub
parent 5b2b4d6ee5
commit b6456c07ce

View File

@@ -1,4 +1,4 @@
FROM ruby:3.2.2
FROM ruby:3.3.0
RUN mkdir /app
WORKDIR /app