chore(deps): update ruby docker tag to v3.3.0 (#494)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-26 23:29:50 +08:00 committed by GitHub
parent f263431ab1
commit 72109ba7b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ FROM [--platform=<platform>] <image> [AS <name>]
示例 示例
```dockerfile ```dockerfile
FROM ruby:3.2.2 FROM ruby:3.3.0
FROM golang:1.20-alpine3.16 AS build-env FROM golang:1.20-alpine3.16 AS build-env
``` ```