PLUTON\igor.kreyda commited on
Commit
8638b73
·
1 Parent(s): 2ca9440

fix: switch to node:20-bullseye for better DNS resolution

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # Use Node.js 20 slim image
2
- FROM node:20-slim
3
 
4
  # Set environment to production
5
  ENV NODE_ENV=production
 
1
+ # Use Node.js 20 based on Debian Bullseye (more stable DNS than slim/alpine)
2
+ FROM node:20-bullseye
3
 
4
  # Set environment to production
5
  ENV NODE_ENV=production