Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
doc: indent code fence under list item
  • Loading branch information
nschonni committed Oct 3, 2019
commit 0c4465ec93e1af982c1b16932b39982675bc17b3
6 changes: 3 additions & 3 deletions doc/guides/security_release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ a security release.
* In the docker-node repository run the
[generate-stackbrew-library.sh]( https://github.com/nodejs/docker-node/blob/master/generate-stackbrew-library.sh)
script and replace official-images/library/node with the output generated.
```shell
$ ./generate-stackbrew-library.sh > .../official-images/library/node
```
```console
$ ./generate-stackbrew-library.sh > .../official-images/library/node
```
* Open a PR with the changes to official-images/library/node making sure to
@mention the official images.
[maintainers](https://github.com/docker-library/official-images/blob/master/MAINTAINERS).
Expand Down