Skip to content

Commit

Permalink
Merge branch 'main' into jv/azure_ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
goodroot authored Jan 7, 2025
2 parents b27e478 + 2d9a252 commit 5499ee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use Node.js LTS version
FROM node:18-slim
# Use Node.js LTS version with explicit platform
FROM --platform=linux/amd64 node:18-slim

# Set working directory
WORKDIR /app
Expand Down

0 comments on commit 5499ee7

Please sign in to comment.