From 09f48f3060b5d30e4fa754de2a275a58669bf6fb Mon Sep 17 00:00:00 2001 From: Daichi Sakaue Date: Thu, 8 Feb 2024 16:45:23 +0900 Subject: [PATCH] wip Signed-off-by: Daichi Sakaue --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a9b9e02..996bfcc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ FROM quay.io/cybozu/ubuntu:22.04 as runner # Even if the version of the runner is out of date, it will self-update at job execution time. So there is no problem to update it when you notice. # TODO: Until https://github.com/cybozu-go/meows/issues/137 is fixed, update it manually. -ARG RUNNER_VERSION=2.304.0 +ARG RUNNER_VERSION=2.313.0 ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update -y \