Skip to content

Commit

Permalink
Use LTS node to avoid build problems (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minutis authored Nov 19, 2021
1 parent 55bff6f commit 3a443e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY server/ ./server/
WORKDIR /home/app/server/
RUN ./gradlew build -PSPARK_VERSION=${SPARK_VERSION}

FROM node:alpine3.13 as frontend
FROM node:lts-alpine3.14 as frontend

ARG SPARK_VERSION=3.0.3

Expand Down

0 comments on commit 3a443e4

Please sign in to comment.