diff --git a/Dockerfile b/Dockerfile index fc96c1d9..351eefa4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ┌───────────────────────────────────────────────────────────────────────────┐ # │ : build the yaLDAP binary (Go) │ # └───────────────────────────────────────────────────────────────────────────┘ -FROM docker.io/library/golang:1.21.6-alpine3.19 as builder +FROM docker.io/library/golang:1.22.0-alpine3.19 as builder ARG YALDAP_VERSION="latest"