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

This commit is contained in:
renovate[bot]
2025-02-15 08:48:16 +00:00
committed by GitHub
parent 61046b519b
commit 244707a1a5

View File

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