Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion startos/manifest/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const defaultImage = {
}

const amdImage = {
dockerTag: 'ghcr.io/remcoros/frigate-docker:' + FRIGATE_VERSION + '-amd',
dockerTag: 'ghcr.io/remcoros/frigate-docker:' + FRIGATE_VERSION + '-rocm',
}

const imageConfigs = {
Expand Down
8 changes: 4 additions & 4 deletions startos/versions/current.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { VersionInfo, IMPOSSIBLE } from '@start9labs/start-sdk'
import { VersionInfo } from '@start9labs/start-sdk'

export const FRIGATE_VERSION = '1.5.3.1'
export const FRIGATE_VERSION = '1.5.3.2'

export const current = VersionInfo.of({
version: '1.5.3:2',
version: '1.5.3:3',
releaseNotes: {
en_US: 'Fix health check',
en_US: 'use a different image for AMD GPUs',
},
migrations: {
up: async ({ effects }) => {},
Expand Down
Loading