Skip to content

Commit

Permalink
Use the node LTS release
Browse files Browse the repository at this point in the history
node v22 has been quite unstable. Switch back to node 20 until Oct24
  • Loading branch information
vicb committed Sep 2, 2024
1 parent 6be1593 commit 1cedc54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/fetcher/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use the official lightweight Node.js image.
# https://hub.docker.com/_/node
FROM docker.io/node:current-slim
FROM docker.io/node:lts-slim

ENV NODE_ENV=production

Expand Down
2 changes: 1 addition & 1 deletion apps/fxc-server/src/app.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
runtime: nodejs22
runtime: nodejs20

instance_class: F1

Expand Down
2 changes: 1 addition & 1 deletion apps/proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/node:current-slim
FROM docker.io/node:lts-slim

ENV NODE_ENV=production

Expand Down
2 changes: 1 addition & 1 deletion apps/run/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/node:current-slim
FROM docker.io/node:lts-slim

ENV NODE_ENV=production

Expand Down

0 comments on commit 1cedc54

Please sign in to comment.