Skip to content

Commit fe08d97

Browse files
committed
Fixed docker build
1 parent 1c1f92b commit fe08d97

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ARG GITHUB_USER
66
ARG GITHUB_TOKEN
77
ARG CROWDIN_TOKEN
88
ARG CROWDIN_PROJECT_ID
9+
ARG CROWDIN_BASE_URL
910
ARG BASE_URL
1011

1112
WORKDIR /app

src/theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 0, 0)
1+
VERSION = (1, 0, 1)
22
__version__ = '.'.join(str(v) for v in VERSION)
33

44

0 commit comments

Comments
 (0)