diff --git a/Dockerfile b/Dockerfile index a8034083..5dc78d65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ FROM golang:1.21-alpine as builder ARG APP_VERSION="undefined@docker" # renovate: source=github-releases name=deepmap/oapi-codegen -ENV OAPI_CODEGEN_VERSION="1.14.0" +ENV OAPI_CODEGEN_VERSION="1.15.0" RUN set -x \ # Install `oapi-codegen`: