Skip to content

Commit 15cd6d4

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

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.142.3
5+
ARG CODEX_RELEASE_TAG=rust-v0.142.4
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
@@ -30,7 +30,7 @@ Set the image version once:
3030

3131
```bash
3232
# renovate: datasource=github-releases depName=openai/codex extractVersion=^rust-v(?<version>.+)$
33-
CODEX_VERSION=0.142.3
33+
CODEX_VERSION=0.142.4
3434
```
3535

3636
Pull and run Codex:

0 commit comments

Comments
 (0)