Skip to content

Commit

Permalink
Bump to 1.2.46 and remove docker running as localuser
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed May 8, 2024
1 parent 2cce497 commit f23b842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ RUN useradd -u 1001 -g localuser -m -s /bin/bash localuser
RUN apt-get update && apt-get install -y sudo
RUN echo '%localuser ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

USER localuser

#USER localuser

WORKDIR ${SRCDIR}

Expand Down
2 changes: 1 addition & 1 deletion spleenseg/spleenseg.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
╚══════╝╚═╝ ╚══════╝╚══════╝╚══════╝╚═╝ ╚═══╝╚══════╝╚══════╝ ╚═════╝
"""

__version__ = "1.2.44"
__version__ = "1.2.46"
import spleenseg.splparser as spl

description: str = """
Expand Down

0 comments on commit f23b842

Please sign in to comment.