diff --git a/owlbot-postprocessor/Dockerfile b/owlbot-postprocessor/Dockerfile index 6631198..99daf93 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.7-bookworm +FROM ruby:3.4.5-bookworm RUN apt-get update \ && apt-get -y upgrade \ && apt-get -y autoremove \