From 6447b97945dd6d203cf7725aeb4f467e0ccbfd7d Mon Sep 17 00:00:00 2001 From: Luca Stocchi <49404737+lstocchi@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:31:56 +0100 Subject: [PATCH] fix: update desktop api version in Containerfile (#148) Signed-off-by: lstocchi --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 12e53e6dc..aca40bfeb 100644 --- a/Containerfile +++ b/Containerfile @@ -29,6 +29,6 @@ FROM scratch LABEL org.opencontainers.image.title="Studio extension" \ org.opencontainers.image.description="Studio extension" \ org.opencontainers.image.vendor="Red Hat" \ - io.podman-desktop.api.version=">= 1.6.0" + io.podman-desktop.api.version=">= 1.7.0" COPY --from=builder /extension /extension