Skip to content

Commit 58ecee9

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

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.136.0
5+
ARG CODEX_RELEASE_TAG=rust-v0.137.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
@@ -28,7 +28,7 @@ Set a version once and reuse it in the examples below:
2828

2929
```bash
3030
# renovate: datasource=github-releases depName=openai/codex extractVersion=^rust-v(?<version>.+)$
31-
CODEX_VERSION=0.136.0
31+
CODEX_VERSION=0.137.0
3232
```
3333

3434
Pull the image:

0 commit comments

Comments
 (0)