mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-28 11:49:39 -05:00
update to latest rust docker base
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Build Core
|
||||
FROM rust:1.80.0-bookworm AS core-builder
|
||||
FROM rust:1.80.1-bookworm AS core-builder
|
||||
WORKDIR /builder
|
||||
COPY . .
|
||||
RUN cargo build -p monitor_core --release
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM rust:1.79.0-bookworm AS builder
|
||||
FROM rust:1.80.1-bookworm AS builder
|
||||
WORKDIR /builder
|
||||
COPY . .
|
||||
RUN cargo build -p migrator --release
|
||||
|
||||
@@ -26,7 +26,7 @@ export const useServerTemplate = (id?: string) =>
|
||||
export const ServerTemplateComponents: RequiredResourceComponents = {
|
||||
list_item: (id) => useServerTemplate(id),
|
||||
|
||||
Description: () => <>Deploy more cloud-base VPS on button click.</>,
|
||||
Description: () => <>Deploy more cloud-based servers on a button click.</>,
|
||||
|
||||
Dashboard: () => {
|
||||
const count = useRead("ListServerTemplates", {}).data?.length;
|
||||
|
||||
Reference in New Issue
Block a user