chore(deps): update ruby docker tag to v3.4.3

This commit is contained in:
renovate[bot]
2025-04-15 01:30:02 +00:00
committed by GitHub
parent d9a0c8cf07
commit 8a9f992bf1

View File

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