doc: update docs/dockerfile.md (#364)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		@@ -29,7 +29,7 @@ FROM [--platform=<platform>] <image> [AS <name>]
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```dockerfile
 | 
					```dockerfile
 | 
				
			||||||
FROM ruby:3.2.2
 | 
					FROM ruby:3.2.2
 | 
				
			||||||
FROM golang:1.19-alpine3.16 AS build-env
 | 
					FROM golang:1.20-alpine3.16 AS build-env
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### 变量 ENV
 | 
					### 变量 ENV
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user