From b26ca69eb65139685fca90d2b8ca62c020fdae13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 22:04:45 +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 e0e0e6b..7a07b98 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.143.0 +ARG CODEX_RELEASE_TAG=rust-v0.144.0 RUN apk add --no-cache ca-certificates curl jq tar diff --git a/README.md b/README.md index efe6238..9f69c77 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.143.0 +CODEX_VERSION=0.144.0 ``` Pull and run Codex: