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" ] }