From 29686b788a113be2fed31bc75bd37bfb8a4f7b8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 18:14:01 +0000 Subject: [PATCH] chore(deps): update docker.io/library/ubuntu docker tag to v24 --- grpc-utils.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpc-utils.Dockerfile b/grpc-utils.Dockerfile index 621c55d..8cd6a71 100644 --- a/grpc-utils.Dockerfile +++ b/grpc-utils.Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.4@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc -FROM docker.io/library/ubuntu:22.04@sha256:8eab65df33a6de2844c9aefd19efe8ddb87b7df5e9185a4ab73af936225685bb +FROM docker.io/library/ubuntu:24.04@sha256:38d380071057443ebb6d65566c03a98eaec411e84e04e5e16cff49b1d6fdc9a0 SHELL ["/bin/bash", "-eo", "pipefail", "-c"] ENV GRPCURL_URL=https://github.com/fullstorydev/grpcurl/releases/download/v1.8.8/grpcurl_1.8.8_linux_x86_64.tar.gz \