mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Use jammy for docker base image due to dependency issue with arm64 image
This commit is contained in:
parent
6df728c445
commit
efe5e09c3a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
FROM ubuntu:kinetic
|
||||
FROM ubuntu:jammy
|
||||
LABEL org.opencontainers.image.source https://github.com/khoj-ai/khoj
|
||||
|
||||
# Install System Dependencies
|
||||
|
|
Loading…
Reference in a new issue