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 cd35e62 commit 58ecee9Copy full SHA for 58ecee9
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.136.0
+ARG CODEX_RELEASE_TAG=rust-v0.137.0
6
7
RUN apk add --no-cache ca-certificates curl jq tar
8
README.md
@@ -28,7 +28,7 @@ Set a version once and reuse it in the examples below:
28
29
```bash
30
# renovate: datasource=github-releases depName=openai/codex extractVersion=^rust-v(?<version>.+)$
31
-CODEX_VERSION=0.136.0
+CODEX_VERSION=0.137.0
32
```
33
34
Pull the image:
0 commit comments