diff --git a/Dockerfile b/Dockerfile index 57efe1f..3df5297 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ COPY *.go . RUN CGO_ENABLED=0 GOOS=linux go build -a -o /go/bin/scout . ######## Start a new stage from scratch ####### -FROM alpine:latest +FROM alpine:3.19.1 RUN apk --no-cache add ca-certificates tzdata COPY --from=builder /go/bin/scout /usr/local/bin