diff --git a/diceCTF2022/noteKeeper/dist/Dockerfile b/diceCTF2022/noteKeeper/dist/Dockerfile index aec902ec..6148061a 100644 --- a/diceCTF2022/noteKeeper/dist/Dockerfile +++ b/diceCTF2022/noteKeeper/dist/Dockerfile @@ -1,4 +1,4 @@ -FROM node:current-buster-slim +FROM node:20.12-buster-slim RUN mkdir -p /app