소스 검색

Update node.js to v14 in lesspass-site Dockerfile

The node version on CI for it in .github/workflows/containers-test.yml
is v14, and it looks like it works well with node.js v14

This also syncs the nodejs version as the lesspass-website package is
also using node.js v14
pull/781/head
Peter Dave Hello 1 년 전
부모
커밋
863ed53a13
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      packages/lesspass-site/Dockerfile

+ 1
- 1
packages/lesspass-site/Dockerfile 파일 보기

@@ -1,4 +1,4 @@
FROM node:12-alpine AS builder
FROM node:14-alpine AS builder
LABEL maintainer="LessPass <contact@lesspass.com>"
LABEL name="LessPass Frontend"
WORKDIR /opt/frontend


불러오는 중...
취소
저장