Skip to content

Commit

Permalink
Bump docker node version
Browse files Browse the repository at this point in the history
  • Loading branch information
sissbruecker committed Oct 3, 2023
1 parent ccf8e03 commit 1e10d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
# install build dependencies
COPY package.json package-lock.json ./
Expand Down

0 comments on commit 1e10d7e

Please sign in to comment.