Skip to content

Commit

Permalink
doc: docs/dockerfile.md (#366)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 12, 2023
1 parent 67bc79e commit eff2e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dockerfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM [--platform=<platform>] <image> [AS <name>]
示例

```dockerfile
FROM ruby:2.2.2
FROM ruby:3.2.2
FROM golang:1.19-alpine3.16 AS build-env
```

Expand Down

0 comments on commit eff2e44

Please sign in to comment.