Skip to content

Commit

Permalink
Testing compilation in the 1.7.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
skibum1869 committed Apr 17, 2021
1 parent 23d1372 commit ec7cc54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apk upgrade \
make

# Install and run cmake and make components
RUN git clone --recurse-submodules --progress https://github.com/mtconnect/cppagent.git --depth 1 --branch v1.7.0.1 /app_build/ \
RUN git clone --recurse-submodules --progress https://github.com/mtconnect/cppagent.git --depth 1 /app_build/ \
&& cd /app_build/ \
&& git submodule init \
&& git submodule update \
Expand Down
2 changes: 1 addition & 1 deletion Version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MTConnect: 1.7.0
Project: 1.7.0.1
Project: 1.7.0.2

0 comments on commit ec7cc54

Please sign in to comment.