Skip to content

Commit

Permalink
Fix docker image generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Jun 11, 2024
1 parent 849cf9f commit dd2e8ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.10-alpine

WORKDIR /app/
RUN apk add build-base
COPY setup.* README.md ./
COPY safe_cli ./safe_cli
COPY setup.* README.md pyproject.toml ./
COPY src ./src
RUN pip install .
2 changes: 1 addition & 1 deletion src/safe_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.2.0"
VERSION = "1.2.1"

0 comments on commit dd2e8ce

Please sign in to comment.