Skip to content

Commit

Permalink
use Node 16 as base
Browse files Browse the repository at this point in the history
Node 18 seems to be causing problems with SSL client certificates
  • Loading branch information
christian-sahlmann committed Feb 24, 2023
1 parent 53c73b7 commit e983de2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM bbyars/mountebank
USER root
FROM node:16-alpine
RUN npm install -g mountebank
ENTRYPOINT ["mb"]
RUN apk add \
py3-lxml \
py3-paramiko \
Expand Down
2 changes: 1 addition & 1 deletion mb_netmgmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# along with mb-netmgmt. If not, see <https://www.gnu.org/licenses/

"""Network Management Protocols for Mountebank"""
__version__ = "0.0.64"
__version__ = "0.0.65"

import os
import subprocess
Expand Down

0 comments on commit e983de2

Please sign in to comment.