mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +00:00
Change the docker builder image to a working one on arm
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Stage 1: Build application
|
||||
FROM node:16.4.2 AS compile-image
|
||||
FROM node:16 AS compile-image
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user