diff --git a/Dockerfile b/Dockerfile index b9b6dea..2ae125d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,10 @@ +#ghcr.io/marcschaeferger/newt-private:1.0.0-otel +#tademsh/newt:1.0.0-otel FROM golang:1.25-alpine AS builder +# Install git and ca-certificates +RUN apk --no-cache add ca-certificates git tzdata + # Set the working directory inside the container WORKDIR /app