Skip to content

Commit

Permalink
update node to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski committed Jun 2, 2023
1 parent 5f6122e commit d1f71f1
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 @@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/root/.cache/pip pip3 install --user --requirement

# Build stage: Install yarn dependencies
# ===
FROM node:12 AS yarn-dependencies
FROM node:14 AS yarn-dependencies
WORKDIR /srv
COPY . .
RUN --mount=type=cache,target=/usr/local/share/.cache/yarn yarn install --production
Expand Down

0 comments on commit d1f71f1

Please sign in to comment.