Skip to content

Commit

Permalink
Fixed docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
felixoi committed Jan 27, 2022
1 parent 1c1f92b commit fe08d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ARG GITHUB_USER
ARG GITHUB_TOKEN
ARG CROWDIN_TOKEN
ARG CROWDIN_PROJECT_ID
ARG CROWDIN_BASE_URL
ARG BASE_URL

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion src/theme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 0, 0)
VERSION = (1, 0, 1)
__version__ = '.'.join(str(v) for v in VERSION)


Expand Down

0 comments on commit fe08d97

Please sign in to comment.