We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74283a commit c93f4e5Copy full SHA for c93f4e5
1 file changed
scripts/Dockerfile
@@ -26,7 +26,7 @@ ARG WXWIDGETS_VERSION
26
ENV WXWIDGETS_VERSION=${WXWIDGETS_VERSION:-master}
27
RUN cd ~/projects/wxWidgets && \
28
git fetch origin && \
29
- git reset --hard origin/${WXWIDGETS_VERSION} && \
+ git reset --hard ${WXWIDGETS_VERSION} && \
30
git submodule update --init
31
32
# ENV WXWIDGETS_DEBUG=--enable-debug
0 commit comments