Skip to content

Commit

Permalink
Add explicit versions in the documentation (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli authored Apr 28, 2023
1 parent 51bfc6b commit e5f4ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ docker-compose.yml
Dockerfile-phpFpm
```
FROM bref/php-82-fpm-dev
COPY --from=bref/extra-mongodb-php-82 /opt /opt
FROM bref/php-82-fpm-dev:2
COPY --from=bref/extra-mongodb-php-82:1 /opt /opt
```
## For contributors and maintainers
Expand Down

0 comments on commit e5f4ca7

Please sign in to comment.