Skip to content

Commit c93f4e5

Browse files
committed
fixup linux
1 parent d74283a commit c93f4e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ARG WXWIDGETS_VERSION
2626
ENV WXWIDGETS_VERSION=${WXWIDGETS_VERSION:-master}
2727
RUN cd ~/projects/wxWidgets && \
2828
git fetch origin && \
29-
git reset --hard origin/${WXWIDGETS_VERSION} && \
29+
git reset --hard ${WXWIDGETS_VERSION} && \
3030
git submodule update --init
3131

3232
# ENV WXWIDGETS_DEBUG=--enable-debug

0 commit comments

Comments
 (0)