diff --git a/Dockerfile b/Dockerfile index 309ce75..5c627c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 \ go build -v -o wait-for-pg # Copy compiled binary to clear Alpine Linux image -FROM alpine:3.17.2 +FROM alpine:3.17.3 WORKDIR / RUN apk add --no-cache ca-certificates COPY --from=builder /go/src/github.com/mxssl/wait-for-pg/wait-for-pg /usr/local/bin/wait-for-pg