We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da21498 commit 8917c42Copy full SHA for 8917c42
2 files changed
Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.22
2
LABEL org.opencontainers.image.source=https://github.com/offspot/adminui
3
4
COPY --from=ghcr.io/astral-sh/uv:0.9.9 /uv /uvx /bin/
5
-RUN apk add --no-cache curl dumb-init yaml git
+RUN apk add --no-cache curl dumb-init yaml
6
COPY pyproject.toml /src/
7
WORKDIR /src
8
RUN uv sync --no-install-project
pyproject.toml
@@ -12,8 +12,7 @@ dependencies = [
12
"fastapi[standard]==0.120.1",
13
"fastapi-login==1.10.3",
14
"httpx==0.28.1", # should be in fastapi
15
- # "offspot-config==2.7.1",
16
- "offspot-config @ git+https://github.com/offspot/offspot-config.git@62350a40ede769ca31e42c66328e4edd02f82b6e",
+ "offspot-config==2.8.0",
17
]
18
license = {text = "GPL-3.0-or-later"}
19
classifiers = [
0 commit comments