Skip to content

Commit c537943

Browse files
committed
update Docker
1 parent 68c51c9 commit c537943

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ COPY --chown=docker:docker . .
4545
RUN echo "building FORCE" && \
4646
./splits.sh enable && \
4747
./debug.sh $debug && \
48-
sed -i "/^BINDIR=/cBINDIR=$INSTALL_DIR/" Makefile && \
48+
sed -i "/^INSTALLDIR=/INSTALLDIR=$INSTALL_DIR/" Makefile && \
4949
make -j && \
5050
make install && \
5151
make clean && \

misc/force-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.12-dev:::2024-10-24_14:10:15
1+
3.7.12-dev:::2024-10-24_14:13:31

0 commit comments

Comments
 (0)