diff --git a/Dockerfile b/Dockerfile index 9e2dcf5..2c64869 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.26.1-alpine3.23 as builder +FROM golang:1.26.2-alpine3.23 as builder WORKDIR /go/src/github.com/mxssl/wait-for-pg COPY . .