diff --git a/Dockerfile b/Dockerfile index d81a6a974..81947ac0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,8 @@ RUN apt-get -y update \ python${PYTHON_VERSION}-dev \ && apt-get -y clean -ARG USER_ID=9876 -ARG GROUP_ID=9876 +ARG USER_ID=1010 +ARG GROUP_ID=1010 RUN groupadd -g ${GROUP_ID} user \ && useradd -m -u ${USER_ID} -s /bin/bash -g user user @@ -37,4 +37,4 @@ USER user ENV PATH=/home/user/.local/bin:${PATH} RUN pip install ./kontrol \ && rm -rf kontrol \ - && CXX=clang++-14 kevm-dist --verbose build -j4 + && CXX=clang++-14 kevm-dist --verbose build -j4 \ No newline at end of file diff --git a/package/version b/package/version index 1a030947e..9767cc98e 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.9 +0.1.10 diff --git a/pyproject.toml b/pyproject.toml index 57bcd50c6..e23c867ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kontrol" -version = "0.1.9" +version = "0.1.10" description = "Foundry integration for KEVM" authors = [ "Runtime Verification, Inc. ",