Skip to content

Commit

Permalink
fix: temporarily pin node 22.8 to avoid ERR_BUFFER_OUT_OF_BOUNDS error
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Sep 4, 2024
1 parent de53083 commit 8372cbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ingest-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
types: [closed]

env:
NODE_VERSION: 22
NODE_VERSION: 22.8
IMAGE_NAME: ard-eventhub-europe-west3/ingest
REGISTRY_DOMAIN: europe-west3-docker.pkg.dev

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY . .
RUN bun install --frozen-lockfile --production

# Load desired node image
FROM node:22-alpine
FROM node:22.8-alpine

# Create app directory
WORKDIR /web/app
Expand Down

0 comments on commit 8372cbf

Please sign in to comment.