From 6ff46ae23816255ed2871f30be95fb33afbdb2d3 Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Wed, 6 May 2026 08:15:40 +0300 Subject: [PATCH] bump: oasdiff v1.15.2 --- breaking/Dockerfile | 2 +- changelog/Dockerfile | 2 +- diff/Dockerfile | 2 +- pr-comment/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/breaking/Dockerfile b/breaking/Dockerfile index d758cc4..8216f53 100644 --- a/breaking/Dockerfile +++ b/breaking/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.15.1 +FROM tufin/oasdiff:v1.15.2 RUN apk add --no-cache jq ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh diff --git a/changelog/Dockerfile b/changelog/Dockerfile index d758cc4..8216f53 100644 --- a/changelog/Dockerfile +++ b/changelog/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.15.1 +FROM tufin/oasdiff:v1.15.2 RUN apk add --no-cache jq ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh diff --git a/diff/Dockerfile b/diff/Dockerfile index 6c9eef2..e09f084 100644 --- a/diff/Dockerfile +++ b/diff/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.15.1 +FROM tufin/oasdiff:v1.15.2 ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] diff --git a/pr-comment/Dockerfile b/pr-comment/Dockerfile index 18912f3..314e230 100644 --- a/pr-comment/Dockerfile +++ b/pr-comment/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.15.1 +FROM tufin/oasdiff:v1.15.2 RUN apk add --no-cache curl jq ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh