From 36d89bb6fc5df8cd2be28a77517b25947b122e2c Mon Sep 17 00:00:00 2001 From: Daniel Azuma Date: Tue, 15 Oct 2024 13:58:40 -0700 Subject: [PATCH] fix(owlbot): Update Ruby to 3.3.5 (#342) --- owlbot-postprocessor/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owlbot-postprocessor/Dockerfile b/owlbot-postprocessor/Dockerfile index 539940a..9ccba19 100644 --- a/owlbot-postprocessor/Dockerfile +++ b/owlbot-postprocessor/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ruby:3.3-bookworm +FROM ruby:3.3.5-bookworm RUN apt-get update \ && apt-get -y upgrade \ && apt-get -y autoremove \