# syntax=docker/dockerfile:1.11 # This file is generated by Dofigen v2.5.1 # See https://github.com/lenra-io/dofigen # builder FROM golang@sha256:d3f0cf7723f3429e3f9ed846243970b20a2de7bae6a5b66fc5914e228d831bbb AS builder ARG TARGETARCH ARG TARGETOS LABEL \ org.opencontainers.image.base.digest="sha256:d3f0cf7723f3429e3f9ed846243970b20a2de7bae6a5b66fc5914e228d831bbb" \ org.opencontainers.image.base.name="docker.io/golang:1.25-alpine" \ org.opencontainers.image.stage="builder" ENV \ CGO_ENABLED="0" \ TZ="UTC" WORKDIR /go/src/app COPY \ --link \ "." "." RUN <