Skip to content

Commit

Permalink
current base image is using python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-sahlmann committed Jul 12, 2023
1 parent 0a37ac5 commit 47868bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN apk add \
musl-dev \
python3-dev
RUN pip install mb-netmgmt
WORKDIR /usr/lib/python3.10/site-packages/mb_netmgmt
WORKDIR /usr/lib/python3.11/site-packages/mb_netmgmt
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.67"
__version__ = "0.0.68"

import os
import subprocess
Expand Down

0 comments on commit 47868bb

Please sign in to comment.