Skip to content

Commit

Permalink
update Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfrantz committed Oct 24, 2024
1 parent 68c51c9 commit c537943
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 @@ -45,7 +45,7 @@ COPY --chown=docker:docker . .
RUN echo "building FORCE" && \
./splits.sh enable && \
./debug.sh $debug && \
sed -i "/^BINDIR=/cBINDIR=$INSTALL_DIR/" Makefile && \
sed -i "/^INSTALLDIR=/INSTALLDIR=$INSTALL_DIR/" Makefile && \
make -j && \
make install && \
make clean && \
Expand Down
2 changes: 1 addition & 1 deletion misc/force-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.12-dev:::2024-10-24_14:10:15
3.7.12-dev:::2024-10-24_14:13:31

0 comments on commit c537943

Please sign in to comment.