Skip to content

Commit 7efa7fa

Browse files
committed
use postgres 13
1 parent d6601fb commit 7efa7fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN WHEEL=$(ls python-client/dist/giskard*.whl) && python-client/.venv-prod/bin/
4242
FROM python:3.10-slim
4343
ENV SPRING_PROFILES_ACTIVE=prod
4444
ARG DEBIAN_FRONTEND=noninteractive
45-
ARG POSTGRES_VERSION=15
45+
ARG POSTGRES_VERSION=13
4646

4747
RUN apt-get update && \
4848
apt-get -y install --no-install-recommends wget gnupg nginx openjdk-17-jre-headless supervisor git gettext-base

0 commit comments

Comments
 (0)