Allow building for arm

This commit is contained in:
weeryan17
2024-01-07 12:18:52 -05:00
parent 8852fca320
commit 8b26bcf554
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18-alpine as base
FROM node:20-alpine as base
WORKDIR /app
# Build layer