incomplete tar when merging layers

I changed the Containerfile to


####
##
## Distroless example for Redis
##
###
FROM postgres:17.6-trixie

the merged layers are around 139 KB, which probably means that there is a merge layers bug resulting in an incomplete tar :<

I only ran it over go run main.go -merge-layers