Skip to content

Commit ea9936e

Browse files
switch to postgres16
1 parent 67a797b commit ea9936e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARG NEXT_PUBLIC_SENTRY_BACKEND_DSN
1515
ARG NEXT_PUBLIC_LANGFUSE_PUBLIC_KEY
1616
ARG NEXT_PUBLIC_LANGFUSE_BASE_URL
1717

18-
FROM node:24-alpine3.23 AS node-alpine
18+
FROM node:24-alpine3.19 AS node-alpine
1919
FROM 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

183183
ARG UID=1500
184184
ARG GID=1500

0 commit comments

Comments
 (0)