diff --git a/Dockerfile b/Dockerfile index 49ebe11..963a7ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN apk --update --no-cache add \ npm install -g pnpm # renovate: datasource=github-releases depName=logchange packageName=logchange/logchange -ENV LOGCHANGE_VERSION=1.19.14 +ENV LOGCHANGE_VERSION=1.19.15 RUN wget https://github.com/logchange/logchange/releases/download/${LOGCHANGE_VERSION}/logchange-linuxx64.zip \ && unzip logchange-linuxx64.zip \