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 b25461c commit 857b0c1Copy full SHA for 857b0c1
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.2
+ARG CODEX_RELEASE_TAG=rust-v0.142.3
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.142.2
+CODEX_VERSION=0.142.3
32
```
33
34
Pull the image:
0 commit comments