FROM golang:1.22.1-bookworm AS builder
COPY upx /usr/bin/upx
COPY migrate /usr/bin/migrate
RUN upx -9 /usr/bin/migrate