barrel: Use default value for base image

This commit is contained in:
Tom Wiesing 2023-06-30 12:34:51 +02:00
parent 5a85494194
commit 154f9a93ea
No known key found for this signature in database
6 changed files with 38 additions and 33 deletions

View file

@ -34,11 +34,7 @@
Docker Base Image
</td>
<td>
{{ if .Instance.DockerBaseImage }}
<code>{{ .Instance.DockerBaseImage }}</code>
{{ else }}
(none)
{{ end }}
<code>{{ .Instance.GetDockerBaseImage }}</code>
</td>
</tr>
<tr>