mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-07 18:58:30 +02:00
Pin node docker image version
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM node:current-alpine AS node-build
|
FROM node:18.13.0-alpine AS node-build
|
||||||
WORKDIR /etc/linkding
|
WORKDIR /etc/linkding
|
||||||
# install build dependencies
|
# install build dependencies
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
|
Reference in New Issue
Block a user