superfix
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Pünkösd Marcell 2022-01-31 23:56:16 +01:00
parent ed9b4efc19
commit 0227b6618e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:latest AS build
FROM node:lts AS build
ADD . /app
WORKDIR /app
RUN npx browserslist@latest --update-db