Skip to content

Commit

Permalink
Merge branch 'release/6.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
matteopic committed Mar 21, 2024
2 parents c730e58 + 964e8c1 commit 3d09cdd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ RUN sed -i 's/^LOCHEXE/##LOCHEXE/' /usr/src/therion/Makefile && \
FROM root
COPY --from=compiling /usr/src/therion/therion /usr/local/bin
RUN rm -rf /var/lib/apt/lists/*
RUN useradd therion
ENTRYPOINT ["/usr/local/bin/therion"]
USER therion
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Run with Docker
The container build is available on [Docker Hub](https://hub.docker.com/repository/docker/matteopic/therion).
To use it, just mount your project dir in any container path (the example below uses `/opt`) and pass the `.thconfig` file as usual.

docker run --rm -it -v "C:\mytherionproject:/opt" --workdir /opt matteopic/therion:6.2.0 project.thconfig
docker run --rm -it -v "C:\mytherionproject:/opt" --workdir /opt matteopic/therion:6.2.1 project.thconfig

Run with GitHub
---------------
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ inputs:
required: true
runs:
using: 'docker'
image: 'docker://matteopic/therion:6.2.0'
image: 'docker://matteopic/therion:6.2.1'
args:
- ${{ inputs.thconfig }}
2 changes: 1 addition & 1 deletion therion
Submodule therion updated 122 files

0 comments on commit 3d09cdd

Please sign in to comment.