We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9782c commit 3832046Copy full SHA for 3832046
docs/dockerfile.md
@@ -28,7 +28,7 @@ FROM [--platform=<platform>] <image> [AS <name>]
28
示例
29
30
```dockerfile
31
-FROM ruby:3.3.0
+FROM ruby:3.3.2
32
FROM golang:1.20-alpine3.16 AS build-env
33
```
34
0 commit comments