Skip to content

Commit 10f1013

Browse files
committed
Change service version from v0.1.0a4 to v0.1.0
Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
1 parent 003f090 commit 10f1013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ EXPOSE 6969
77
ENV PYTHONBUFFERED=1
88

99
RUN dnf install python3-pip --assumeyes && dnf clean all --assumeyes
10-
RUN pip3 install --upgrade expedite==0.1.0a4
10+
RUN pip3 install --upgrade expedite==0.1.0
1111

1212
ENTRYPOINT ["ed-server"]
1313
CMD ["--addr", "0.0.0.0", "--port", "6969"]

0 commit comments

Comments
 (0)