Skip to content

Commit d0f3987

Browse files
fix: instance changelog url updated
1 parent f06b1b8 commit d0f3987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: apiserver/Dockerfile.api

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM python:3.12.5-alpine AS backend
44
ENV PYTHONDONTWRITEBYTECODE 1
55
ENV PYTHONUNBUFFERED 1
66
ENV PIP_DISABLE_PIP_VERSION_CHECK=1
7-
ENV INSTANCE_CHANGELOG_URL https://api.plane.so/api/public/anchor/8e1c2e4c7bc5493eb7731be3862f6960/pages/
7+
ENV INSTANCE_CHANGELOG_URL https://sites.plane.so/pages/691ef037bcfe416a902e48cb55f59891/
88

99
WORKDIR /code
1010

0 commit comments

Comments
 (0)