doc: update docs/dockerfile.md (#364)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-12 12:08:09 +08:00 committed by GitHub
parent ed399a9dc2
commit a48806438e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ FROM [--platform=<platform>] <image> [AS <name>]
```dockerfile
FROM ruby:3.2.2
FROM golang:1.19-alpine3.16 AS build-env
FROM golang:1.20-alpine3.16 AS build-env
```
### 变量 ENV