Skip to content

Commit 3eb447d

Browse files
mldangelo-oaicopyberry
authored andcommitted
chore(codex-security): sync public projection
- [codex-security] pin customer container image digests (#1... GitOrigin-Timestamp=2026-07-27T21:13:30-07:00 GitOrigin-RevId: ebff6a71e20d116e340456d6235b6ae680c72dc1
1 parent ed53f94 commit 3eb447d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# syntax=docker/dockerfile:1
1+
# syntax=docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89
22

3-
FROM node:22-bookworm-slim AS package
3+
FROM node:22-bookworm-slim@sha256:6c74791e557ce11fc957704f6d4fe134a7bc8d6f5ca4403205b2966bd488f6b3 AS package
44

55
WORKDIR /build/sdk/typescript
66

@@ -17,7 +17,7 @@ RUN pnpm run types \
1717
&& pnpm pack --pack-destination /build/package \
1818
&& node scripts/check-package.mjs /build/package/*.tgz
1919

20-
FROM node:22-bookworm-slim
20+
FROM node:22-bookworm-slim@sha256:6c74791e557ce11fc957704f6d4fe134a7bc8d6f5ca4403205b2966bd488f6b3
2121

2222
LABEL org.opencontainers.image.title="Codex Security" \
2323
org.opencontainers.image.description="Noninteractive, resumable Codex Security CSV repository scans" \

0 commit comments

Comments
 (0)