Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Update the UPM hash (#257)
Browse files Browse the repository at this point in the history
* Update the UPM hash

A new version of UPM is available, this PR updates polyglott to use the newer version.

* Regenerated the dockerfile

* Update gen/Dockerfile.ejs

Co-authored-by: Connor Brewster <[email protected]>

* Regenerated the dockerfile

Co-authored-by: Connor Brewster <[email protected]>
  • Loading branch information
Minivera and cbrewster authored Jun 8, 2021
1 parent 1fd51c5 commit 0bb3692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gen/Dockerfile.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN git clone --depth=1 https://github.com/novnc/websockify.git /root/websockify


## Import UPM.
FROM replco/upm:light@sha256:9a07f4b0912f29692436be2a28c7024fee1d93eb16c3d3eed9fe6309dd121b37 AS upm
FROM replco/upm:light@sha256:fc729728ec975f918953ad6a12497de712ca0858344ddbbeb638f692c60c6167 AS upm


## The polygott-specific tools.
Expand Down
2 changes: 1 addition & 1 deletion out/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ RUN git clone --depth=1 https://github.com/novnc/websockify.git /root/websockify


## Import UPM.
FROM replco/upm:light@sha256:9a07f4b0912f29692436be2a28c7024fee1d93eb16c3d3eed9fe6309dd121b37 AS upm
FROM replco/upm:light@sha256:fc729728ec975f918953ad6a12497de712ca0858344ddbbeb638f692c60c6167 AS upm


## The polygott-specific tools.
Expand Down

0 comments on commit 0bb3692

Please sign in to comment.