Skip to content

Commit

Permalink
fix partially broken versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Oct 5, 2023
1 parent 559ed17 commit 05bed3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ RUN set -x && \
rm -rf /src/* /tmp/* /var/lib/apt/lists/*

COPY rootfs/ /
COPY version-nextgen /acarshub_version
COPY version /acarshub_version

EXPOSE 80
EXPOSE 5550
Expand Down
4 changes: 2 additions & 2 deletions version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
v3.0.8 Build 1128
v3.0.8Build1128
v3.2.2 Build 1128
v3.2.2Build1128

0 comments on commit 05bed3f

Please sign in to comment.