fix: use full image again by default (#781)

This commit is contained in:
Michael Kriese 2023-07-12 08:16:09 +02:00 committed by GitHub
parent d3b8a98375
commit 523965fe24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ class Docker {
? tag ? tag
? `${tag}-slim` ? `${tag}-slim`
: 'slim' : 'slim'
: tag ?? 'latest'; : tag ?? 'full';
} }
image(): string { image(): string {