From 1668f009b537451a6ce77931860547b45f599ba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 09:19:05 +0000 Subject: [PATCH] Bump cybozu/ubuntu from 22.04.20240117 to 22.04.20240118 (#39) Bumps cybozu/ubuntu from 22.04.20240117 to 22.04.20240118. --- updated-dependencies: - dependency-name: cybozu/ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9bb35d8..32f94dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/cybozu/ubuntu:22.04.20240117 as certs +FROM ghcr.io/cybozu/ubuntu:22.04.20240118 as certs FROM scratch LABEL org.opencontainers.image.authors="Hsn723" \