Bläddra i källkod

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 1 år sedan
committed by Guillaume Vincent
förälder
incheckning
d69f91986d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      packages/lesspass-site/Dockerfile

+ 1
- 1
packages/lesspass-site/Dockerfile Visa fil

@@ -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


Laddar…
Avbryt
Spara