Skip to content

Commit

Permalink
fix: packages/node-opcua-local-discovery-server/Dockerfile to reduce …
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored and erossignon committed Dec 2, 2023
1 parent 8166185 commit 3c7c80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-opcua-local-discovery-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine
FROM node:21.2-alpine3.18
WORKDIR /root
COPY package.json .
RUN npm init -y && npm install
Expand Down

0 comments on commit 3c7c80b

Please sign in to comment.