From 03044af9de63355aef73d001d98c3ffd7d21707c Mon Sep 17 00:00:00 2001 From: Bruce Becker Date: Fri, 23 Dec 2022 08:33:24 +0100 Subject: [PATCH] chore(ubuntu): minor fix to label Signed-off-by: Bruce Becker --- ubuntu-server/ubuntu_server_amd64.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-server/ubuntu_server_amd64.pkr.hcl b/ubuntu-server/ubuntu_server_amd64.pkr.hcl index 99eb900..6f9e11d 100644 --- a/ubuntu-server/ubuntu_server_amd64.pkr.hcl +++ b/ubuntu-server/ubuntu_server_amd64.pkr.hcl @@ -18,7 +18,7 @@ source "docker" "ubuntu2004" { changes = [ "USER ubuntu", "LABEL version=${var.version}", - "LABEL org.opencontainers.image.source https://github.com/brucellino/packer-templates" + "LABEL org.opencontainers.image.source https://github.com/brucellino/packer-templates" ] }