From c579db51078e1355363e0cf52e33df0046060c3b Mon Sep 17 00:00:00 2001 From: Mischa Taylor Date: Wed, 6 Sep 2023 10:05:55 -0400 Subject: [PATCH] Bump meshcmd image to 1.1.9 --- meshcmd/Containerfile | 10 +++++----- meshcmd/Polly.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meshcmd/Containerfile b/meshcmd/Containerfile index fb8a712..4110635 100644 --- a/meshcmd/Containerfile +++ b/meshcmd/Containerfile @@ -1,6 +1,6 @@ #syntax=docker/dockerfile:1 ARG CONTAINER_REGISTRY=docker.io -FROM $CONTAINER_REGISTRY/ubuntu:jammy-20230624 AS build +FROM $CONTAINER_REGISTRY/ubuntu:jammy-20230816 AS build RUN <