Skip to content

Commit 8917c42

Browse files
committed
Using offspot-config release
1 parent da21498 commit 8917c42

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.22
22
LABEL org.opencontainers.image.source=https://github.com/offspot/adminui
33

44
COPY --from=ghcr.io/astral-sh/uv:0.9.9 /uv /uvx /bin/
5-
RUN apk add --no-cache curl dumb-init yaml git
5+
RUN apk add --no-cache curl dumb-init yaml
66
COPY pyproject.toml /src/
77
WORKDIR /src
88
RUN uv sync --no-install-project

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ dependencies = [
1212
"fastapi[standard]==0.120.1",
1313
"fastapi-login==1.10.3",
1414
"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",
15+
"offspot-config==2.8.0",
1716
]
1817
license = {text = "GPL-3.0-or-later"}
1918
classifiers = [

0 commit comments

Comments
 (0)