diff --git a/Dockerfile b/Dockerfile index 802e356..97e2ce9 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.149.0 +ARG CODEX_RELEASE_TAG=rust-v0.149.1 RUN apk add --no-cache ca-certificates curl jq tar diff --git a/README.md b/README.md index 7643e27..479d4ca 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.149.0 +CODEX_VERSION=0.149.1 ``` Pull and run Codex: