diff --git a/Dockerfile b/Dockerfile index 2e8dd73..9da4a5c 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.1 +ARG CODEX_RELEASE_TAG=rust-v0.142.2 RUN apk add --no-cache ca-certificates curl jq tar diff --git a/README.md b/README.md index e3b4446..38977b1 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.1 +CODEX_VERSION=0.142.2 ``` Pull the image: