| commit | ecb6276d7e9e38ce5d9be2c3e6fcbba7249e9f67 | [log] [tgz] |
|---|---|---|
| author | Eric Ball <eball@linuxfoundation.org> | Mon Jun 15 12:25:13 2026 -0700 |
| committer | Eric Ball <eball@linuxfoundation.org> | Mon Jun 15 12:25:13 2026 -0700 |
| tree | 19bbc5489d83fbbe3aa4913bba4ae5104482c23a | |
| parent | f8af3e8bb40d87254ebf9c98fa15e9cdf34752d4 [diff] [blame] |
Update perl version in protoc.Dockerfile The older version was causing build failures. Signed-off-by: Eric Ball <eball@linuxfoundation.org> Change-Id: I2031a78fdabc760ea3b0a8fc5b8b5064cd81f925
diff --git a/docker/protoc.Dockerfile b/docker/protoc.Dockerfile index 71a794f..acb1bb9 100644 --- a/docker/protoc.Dockerfile +++ b/docker/protoc.Dockerfile
@@ -45,7 +45,7 @@ git=2.52.0-r0 \ cmake=4.1.3-r0 \ linux-headers=6.16.12-r0 \ - perl=5.42.0-r0 + perl=5.42.2-r0 WORKDIR /src