There was an error while loading. Please reload this page.
1 parent be630ab commit cac01baCopy full SHA for cac01ba
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.116.0
+ARG CODEX_RELEASE_TAG=rust-v0.117.0
6
7
RUN apk add --no-cache ca-certificates curl jq tar
8
README.md
@@ -27,7 +27,7 @@ Set a version once and reuse it in the examples below:
27
28
```bash
29
# renovate: datasource=github-releases depName=openai/codex extractVersion=^rust-v(?<version>.+)$
30
-CODEX_VERSION=0.116.0
+CODEX_VERSION=0.117.0
31
```
32
33
Pull the image:
0 commit comments