diff --git a/Dockerfile b/Dockerfile index 17fe3c4a..2c2f7354 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ FROM golang:1.20-alpine as builder ARG APP_VERSION="undefined@docker" # renovate: source=github-releases name=deepmap/oapi-codegen -ENV OAPI_CODEGEN_VERSION="1.13.3" +ENV OAPI_CODEGEN_VERSION="1.13.4" RUN set -x \ # Install `oapi-codegen`: