From a2b5c2760014a477ae836db6d75dab14af2e6ba0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 00:50:28 +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 3c9810f..f4ef6a3 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.113.0 +ARG CODEX_RELEASE_TAG=rust-v0.114.0 RUN apk add --no-cache ca-certificates curl jq tar diff --git a/README.md b/README.md index 22ee021..272f3d3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,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.113.0 +CODEX_VERSION=0.114.0 ``` Pull the image: