Skip to content

Commit cac01ba

Browse files
chore(deps): update dependency openai/codex (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be630ab commit cac01ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.23.3 AS downloader
22

33
ARG TARGETARCH
44
# 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
5+
ARG CODEX_RELEASE_TAG=rust-v0.117.0
66

77
RUN apk add --no-cache ca-certificates curl jq tar
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Set a version once and reuse it in the examples below:
2727

2828
```bash
2929
# renovate: datasource=github-releases depName=openai/codex extractVersion=^rust-v(?<version>.+)$
30-
CODEX_VERSION=0.116.0
30+
CODEX_VERSION=0.117.0
3131
```
3232

3333
Pull the image:

0 commit comments

Comments
 (0)