We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6601fb commit 7efa7faCopy full SHA for 7efa7fa
1 file changed
Dockerfile
@@ -42,7 +42,7 @@ RUN WHEEL=$(ls python-client/dist/giskard*.whl) && python-client/.venv-prod/bin/
42
FROM python:3.10-slim
43
ENV SPRING_PROFILES_ACTIVE=prod
44
ARG DEBIAN_FRONTEND=noninteractive
45
-ARG POSTGRES_VERSION=15
+ARG POSTGRES_VERSION=13
46
47
RUN apt-get update && \
48
apt-get -y install --no-install-recommends wget gnupg nginx openjdk-17-jre-headless supervisor git gettext-base
0 commit comments