diff --git a/Dockerfile b/Dockerfile index 48ddd8e..57b15d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build Stage: Build bot using the alpine image, also install doppler in it -FROM golang:1.21.1-alpine AS builder +FROM golang:1.21.2-alpine AS builder RUN apk add --update --no-cache git WORKDIR /app COPY . .