From 5e0fc5d5ed47a9f0e1293a14b9ca7aaeab4a0093 Mon Sep 17 00:00:00 2001 From: Talha Bin Rizwan Date: Thu, 7 Nov 2024 17:51:22 +0500 Subject: [PATCH] PMM-13485 Fix ovf pipeline. --- build/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Makefile b/build/Makefile index 40abe36db2..2a07200b0b 100644 --- a/build/Makefile +++ b/build/Makefile @@ -1,5 +1,6 @@ export PACKER_CACHE_DIR := .cache export PACKER_VERSION := 1.9.4 +export BOX_VERSION := 202407.23.0 export PMM_SERVER_IMAGE ?= docker.io/perconalab/pmm-server:3-dev-latest ## ----------------- PACKER ------------------