Skip to content

Commit

Permalink
chore(docker): update Node (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik authored Jul 10, 2023
1 parent 1ba642e commit 3d51e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FIXME use alpine
FROM node@sha256:14f0471d0478fbb9177d0f9e8c146dc872273dcdcfc7fea93a27ed81fc6b0e96
FROM node:18.16.1@sha256:f4698d49371c8a9fa7dd78b97fb2a532213903066e47966542b3b1d403449da4

RUN mkdir -p /usr/app/src \
&& mkdir -p /usr/app/media \
Expand Down

0 comments on commit 3d51e2b

Please sign in to comment.