We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7894872 commit 15cd6d4Copy full SHA for 15cd6d4
2 files changed
Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.23.3 AS downloader
2
3
ARG TARGETARCH
4
# renovate: datasource=github-releases depName=openai/codex versioning=regex:^rust-v(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)$
5
-ARG CODEX_RELEASE_TAG=rust-v0.142.3
+ARG CODEX_RELEASE_TAG=rust-v0.142.4
6
7
RUN apk add --no-cache ca-certificates curl jq tar
8
README.md
@@ -30,7 +30,7 @@ Set the image version once:
30
31
```bash
32
# renovate: datasource=github-releases depName=openai/codex extractVersion=^rust-v(?<version>.+)$
33
-CODEX_VERSION=0.142.3
+CODEX_VERSION=0.142.4
34
```
35
36
Pull and run Codex:
0 commit comments