FROM golang:1.22-alpine

RUN apk add --no-cache \
    git \
    ca-certificates \
    tzdata

WORKDIR /workspace

ENV CGO_ENABLED=0
