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

Bumps ruby from 3.3.3 to 3.3.4.

---
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-07-10 13:11:47 +00:00
committed by GitHub
parent b2e935218d
commit 7adf14046f

View File

@@ -1,4 +1,4 @@
FROM ruby:3.3.3
FROM ruby:3.3.4
RUN mkdir /app
WORKDIR /app