Skip to content

Commit 6cd83d0

Browse files
ci: Change to qctrl nginx image to allow large headers (#273)
1 parent 1bd96c9 commit 6cd83d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM qctrl/ci-images:python-3.10-ci AS builder
1+
FROM qctrl/ci-images:python-3.11-ci AS builder
22

33
COPY . .
44

@@ -11,6 +11,6 @@ WORKDIR /docs
1111
RUN SEGMENT_WRITE_KEY=$([ -f SEGMENT_WRITE_KEY ] && cat SEGMENT_WRITE_KEY) \
1212
poetry run make html
1313

14-
FROM nginx:1.19-alpine
14+
FROM qctrl/ci-images:nginx-base
1515

1616
COPY --from=builder /docs/_build/html /usr/share/nginx/html

0 commit comments

Comments
 (0)