We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f384289 commit 25fa206Copy full SHA for 25fa206
doc/guides/security_release_process.md
@@ -70,9 +70,9 @@ a security release.
70
* In the docker-node repository run the
71
[generate-stackbrew-library.sh]( https://github.com/nodejs/docker-node/blob/master/generate-stackbrew-library.sh)
72
script and replace official-images/library/node with the output generated.
73
-```shell
74
-$ ./generate-stackbrew-library.sh > .../official-images/library/node
75
-```
+ ```console
+ $ ./generate-stackbrew-library.sh > .../official-images/library/node
+ ```
76
* Open a PR with the changes to official-images/library/node making sure to
77
@mention the official images.
78
[maintainers](https://github.com/docker-library/official-images/blob/master/MAINTAINERS).
0 commit comments