Skip to content

Commit

Permalink
Kontrol Image Permissions (#49)
Browse files Browse the repository at this point in the history
Force new Dockerhub Release
  • Loading branch information
F-WRunTime authored Sep 28, 2023
1 parent 226d4b2 commit 56d8243
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.9
0.1.10
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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. <[email protected]>",
Expand Down

0 comments on commit 56d8243

Please sign in to comment.