Skip to content

Commit

Permalink
Update nodejs version for Docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Dec 16, 2022
1 parent 7d19966 commit a3691f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:boron
FROM node:16

COPY . /opt/anon
WORKDIR /opt/anon
Expand All @@ -9,4 +9,3 @@ RUN apt-get update \
&& ln -s /opt/anon/anon.js /usr/bin/anon

CMD ["anon"]

0 comments on commit a3691f4

Please sign in to comment.