diff --git a/Dockerfile b/Dockerfile index 129dbdf5..09e2cc8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22-alpine as builder +FROM golang:1.23-alpine as builder WORKDIR /go/src/github.com/moov-io/bankcron RUN apk add -U git make RUN adduser -D -g '' --shell /bin/false moov