瀏覽代碼

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
main
Peter Dave Hello 8 月之前
committed by Guillaume Vincent
父節點
當前提交
d69f91986d
共有 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


Loading…
取消
儲存