From 756d4e8f566bbfe58daca77afad3ca0bc3c67722 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 23:12:26 +0000 Subject: [PATCH] chore(deps): update dependency openai/codex --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9da4a5c..4736a4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.23.3 AS downloader ARG TARGETARCH # renovate: datasource=github-releases depName=openai/codex versioning=regex:^rust-v(?\d+)\.(?\d+)\.(?\d+)$ -ARG CODEX_RELEASE_TAG=rust-v0.142.2 +ARG CODEX_RELEASE_TAG=rust-v0.142.3 RUN apk add --no-cache ca-certificates curl jq tar diff --git a/README.md b/README.md index 42f2cef..425f1cf 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Set a version once and reuse it in the examples below: ```bash # renovate: datasource=github-releases depName=openai/codex extractVersion=^rust-v(?.+)$ -CODEX_VERSION=0.142.2 +CODEX_VERSION=0.142.3 ``` Pull the image: