Skip to content

Commit

Permalink
fix: use full image again by default (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Jul 12, 2023
1 parent d3b8a98 commit 523965f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Docker {
? tag
? `${tag}-slim`
: 'slim'
: tag ?? 'latest';
: tag ?? 'full';
}

image(): string {
Expand Down

0 comments on commit 523965f

Please sign in to comment.