# syntax=docker/dockerfile:1.4 FROM golang:1.20-alpine AS build WORKDIR /app RUN <