Bump docker node version

This commit is contained in:
Sascha Ißbrücker
2023-10-03 18:08:23 +02:00
parent ccf8e03571
commit 1e10d7eb4a

View File

@@ -1,4 +1,4 @@
FROM node:18.13.0-alpine AS node-build FROM node:18.18.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 ./