Skip to content

Commit

Permalink
Run with Node 20 for now
Browse files Browse the repository at this point in the history
Node 22.7.0 has a bug that causes crashes for google cloud packages: nodejs/node#54518 (comment)
  • Loading branch information
JulianVennen committed Sep 3, 2024
1 parent 083f352 commit 7af8b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22-alpine
FROM node:20-alpine

ARG COMMIT_HASH

Expand Down

0 comments on commit 7af8b12

Please sign in to comment.