Skip to content

Commit c4792cf

Browse files
bump: verify action base image to oasdiff v1.19.0 (#162)
The release bump PR (#161) covered breaking/changelog/diff/validate/pr-comment but not verify (the release script skipped it; now fixed). Bring verify onto v1.19.0 too so all six actions share the release base image. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 19d14ca commit c4792cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

verify/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM tufin/oasdiff:v1.18.4
1+
FROM tufin/oasdiff:v1.19.0
22
RUN apk add --no-cache curl jq
33
ENV PLATFORM github-action
44
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)