Skip to content

Commit 07065b7

Browse files
Fixed two reviewdog issues
1 parent 5abe831 commit 07065b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/guides/ruby/containerize.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ If you have an existing Rails application, you will need to create the Docker as
2626

2727
## 1. Initialize Docker assets
2828

29-
Rails 7.1 and newer generates multistage Dockerfile out of the box. Below are two versions of such file: one using Docker Hardened Images (DHI) and another using the official Docker image.
29+
Rails 7.1 and newer generates multistage Dockerfile out of the box. Following are two versions of such a file: one using Docker Hardened Images (DHI) and another using the official Docker image.
3030

3131
> [Docker Hardened Images (DHIs)](https://docs.docker.com/dhi/) are minimal, secure, and production-ready container base and application images maintained by Docker.
3232
33-
We recommend using DHI images whenever possible for better security. They are designed to reduce vulnerabilities and simplify compliance.
33+
DHI images are recommended whenever it is possible for better security. They are designed to reduce vulnerabilities and simplify compliance.
3434

3535
> Multistage Dockerfiles help create smaller, more efficient images by separating build and runtime dependencies, ensuring only necessary components are included in the final image. Read more in the [Multi-stage builds guide](/get-started/docker-concepts/building-images/multi-stage-builds/).
3636

0 commit comments

Comments
 (0)