-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This update includes upgrading `komodod` (Komodo Core Daemon) to the latest version, `0.9.0`. For more information about the daemon update, please visit: [Komodo Drogon Update](https://komodoplatform.com/en/blog/komodo-drogon-update/).
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,8 @@ MAINTAINER [email protected] | |
|
||
SHELL ["/bin/bash", "-c"] | ||
|
||
# Latest release komodo 0.8.2-beta1 | ||
ARG KOMODO_COMMITTISH=v0.8.2-beta1-sign | ||
# Latest release komodo v0.9.0-beta1 | ||
ARG KOMODO_COMMITTISH=v0.9.0-beta1 | ||
ARG IS_RELEASE=false | ||
# DeckerSU <[email protected]> https://keys.openpgp.org/vks/v1/by-fingerprint/FD9A772C7300F4C894D1A819FE50480862E6451C | ||
ARG KOMODOD_MAINTAINER_KEYS="FD9A772C7300F4C894D1A819FE50480862E6451C" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ GZIP_CMD=$(shell command -v pigz || echo gzip) | |
NOFILE=100000 | ||
# DeckerSU <[email protected]> https://keys.openpgp.org/vks/v1/by-fingerprint/FD9A772C7300F4C894D1A819FE50480862E6451C | ||
KOMODOD_MAINTAINER_KEYS?=FD9A772C7300F4C894D1A819FE50480862E6451C | ||
KOMODO_COMMITTISH?=v0.8.2-beta1-sign | ||
KOMODO_COMMITTISH?=v0.9.0-beta1 | ||
DOCKER_IMAGE_NAME?=deckersu/rosetta-komodo | ||
|
||
deps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters