Skip to content

Commit b227240

Browse files
authored
Merge pull request #41 from Ilyes512/fix-readme
Fix incorrect tags in readme
2 parents f34c0d6 + 4ef9e56 commit b227240

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ A PHP 8.3 (FPM and Apache) based Docker base image.
99
```
1010
docker pull ghcr.io/ilyes512/php83:runtime-latest
1111
docker pull ghcr.io/ilyes512/php83:builder-latest
12-
docker pull ghcr.io/ilyes512/php83:builder-nodejs-latest
12+
docker pull ghcr.io/ilyes512/php83:builder_nodejs-latest
1313
1414
docker pull ghcr.io/ilyes512/php83/apache:runtime-latest
1515
docker pull ghcr.io/ilyes512/php83/apache:builder-latest
16-
docker pull ghcr.io/ilyes512/php83/apache:builder-nodejs-latest
16+
docker pull ghcr.io/ilyes512/php83/apache:builder_nodejs-latest
1717
```
1818

1919
The tag scheme: `{TARGET}-{VERSION}`
@@ -44,7 +44,7 @@ docker build --tag ghcr.io/ilyes512/php83:builder-latest --file fpm/Dockerfile -
4444
Building `builder_nodejs`-target:
4545

4646
```
47-
docker build --tag ghcr.io/ilyes512/php83:builder-nodejs-latest --file fpm/Dockerfile --target builder_nodejs .
47+
docker build --tag ghcr.io/ilyes512/php83:builder_nodejs-latest --file fpm/Dockerfile --target builder_nodejs .
4848
```
4949

5050
## Task commands

0 commit comments

Comments
 (0)