Skip to content

Commit 069f2fd

Browse files
authored
build: bump Node.js to 22 (#546)
1 parent 9f3f974 commit 069f2fd

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ CMD ["./confidence-cloudflare-resolver/deployer/script.sh"]
340340
# ==============================================================================
341341
# OpenFeature Provider (TypeScript) - Build and test
342342
# ==============================================================================
343-
FROM node:20-alpine AS openfeature-provider-js-base
343+
FROM node:22-alpine AS openfeature-provider-js-base
344344

345345
# Install protoc for proto generation
346346
RUN apk add --no-cache protobuf-dev protoc make

openfeature-provider/js/bench/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine3.22
1+
FROM node:22-alpine3.22
22

33
WORKDIR /app
44

@@ -16,4 +16,3 @@ ENV NODE_ENV=production
1616

1717
ENTRYPOINT ["node", "bench/bench.mjs"]
1818

19-

0 commit comments

Comments
 (0)