Skip to content

Commit

Permalink
Update mod-plugin-builder base
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Apr 5, 2022
1 parent 0cdfff4 commit 463616d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mod-os/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV USER builder
ENV HOME /home/$USER

# NOTE you can edit this as needed
ENV MPB_COMMIT_HASH_FOR_MOD_OS 187c268a67b6155c314e8be189ce00a167a3f0d0
ENV MPB_COMMIT_HASH_FOR_MOD_OS 278d137521a21e10b77315df16a300c742a3225a

# update to requested commit
RUN git checkout . && git checkout master && git pull && git checkout $MPB_COMMIT_HASH_FOR_MOD_OS && git submodule update
Expand Down
2 changes: 1 addition & 1 deletion plugins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN ./bootstrap.sh x86_64 && ./.clean-install.sh x86_64
RUN git submodule init && git submodule update

# NOTE you can edit this as needed
ARG MPB_COMMIT_HASH_FOR_PLUGINS=187c268a67b6155c314e8be189ce00a167a3f0d0
ARG MPB_COMMIT_HASH_FOR_PLUGINS=278d137521a21e10b77315df16a300c742a3225a

# update to requested commit
RUN git checkout master && git pull && git checkout $MPB_COMMIT_HASH_FOR_PLUGINS && git submodule update
Expand Down
2 changes: 1 addition & 1 deletion plugins/mod-plugin-builder
2 changes: 1 addition & 1 deletion toolchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN mkdir $HOME/mod-workdir

# mod-plugin-builder settings
ENV MPB_GIT_URL https://github.com/moddevices/mod-plugin-builder
ENV MPB_GIT_HASH ab5cff0249fe24256803c0967f5c132bdc3fbc42
ENV MPB_GIT_HASH 278d137521a21e10b77315df16a300c742a3225a

# checkout mod-plugin-builder
RUN git clone $MPB_GIT_URL
Expand Down

0 comments on commit 463616d

Please sign in to comment.