# syntax=docker/dockerfile:1
FROM golang:1.21-alpine3.18
RUN apk --no-cache --no-progress add --virtual \
build-deps \
build-base \
git