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

This commit is contained in:
renovate[bot]
2024-12-26 18:45:52 +00:00
committed by GitHub
parent cfac374221
commit 1c737bdeaa

View File

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