File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ARG NEXT_PUBLIC_SENTRY_BACKEND_DSN
1515ARG NEXT_PUBLIC_LANGFUSE_PUBLIC_KEY
1616ARG NEXT_PUBLIC_LANGFUSE_BASE_URL
1717
18- FROM node:24-alpine3.23 AS node-alpine
18+ FROM node:24-alpine3.19 AS node-alpine
1919FROM golang:1.23.4-alpine3.19 AS go-alpine
2020# ----------------------------------
2121
@@ -178,7 +178,7 @@ ENV SOURCEBOT_LOG_LEVEL=info
178178# ENV SOURCEBOT_TELEMETRY_DISABLED=1
179179
180180# Configure dependencies
181- RUN apk add --no-cache git ca-certificates bind-tools tini jansson wget supervisor uuidgen curl perl jq redis postgresql17 postgresql17 -contrib openssl util-linux unzip
181+ RUN apk add --no-cache git ca-certificates bind-tools tini jansson wget supervisor uuidgen curl perl jq redis postgresql16 postgresql16 -contrib openssl util-linux unzip
182182
183183ARG UID=1500
184184ARG GID=1500
You can’t perform that action at this time.
0 commit comments