Skip to content

Commit

Permalink
fix: change node version in two dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Westlad committed Sep 8, 2022
1 parent 299e6df commit cc14ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hosted-utils-api-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.17
FROM node:16.17

RUN apt-get update -y
RUN apt-get install -y md5deep
Expand Down
2 changes: 1 addition & 1 deletion optimist.standalone.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# install zokrates for local verify
FROM zokrates/zokrates:0.7.7 as builder

FROM node:14.17
FROM node:16.17

# install node
RUN apt-get update
Expand Down

0 comments on commit cc14ae3

Please sign in to comment.