Skip to content

Commit 15f4ff4

Browse files
committed
improve docs
1 parent 6ada494 commit 15f4ff4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use this docker image as a base to run your project, tested on Laravel 8 project
1515
#### 1. Your Dockerfile
1616

1717
```Dockerfile
18-
FROM fontebasso/php-nginx:7.4
18+
FROM fontebasso/php-nginx:[version]
1919
COPY /src /app
2020
RUN chown -R 82:82 /app
2121
```

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ effort to acknowledge your contributions.
77

88
| Version | Supported |
99
| ------- | ------------------ |
10-
| 1+ | :white_check_mark: |
10+
| 1+ | :heavy_check_mark: |
1111

1212
## Reporting a Vulnerability
1313

0 commit comments

Comments
 (0)