From 75934e1cf0ca1ff629af9ce17591c4411a9d5483 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 02:15:32 +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 ff0201a..01ab39e 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.145.0 +ARG CODEX_RELEASE_TAG=rust-v0.146.0 RUN apk add --no-cache ca-certificates curl jq tar diff --git a/README.md b/README.md index 8873f49..fc6b083 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Set the image version once: ```bash # renovate: datasource=github-releases depName=openai/codex extractVersion=^rust-v(?.+)$ -CODEX_VERSION=0.145.0 +CODEX_VERSION=0.146.0 ``` Pull and run Codex: