mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
chore(deps): bump ruby in /tests/apps/dockerfile-entrypoint
Bumps ruby from 3.4.8 to 4.0.0. --- updated-dependencies: - dependency-name: ruby dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM ruby:3.4.8
|
||||
FROM ruby:4.0.0
|
||||
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user