Skip to content

Commit 3aa8054

Browse files
committed
fix: update PostgreSQL version in Dockerfile
1 parent 67ec325 commit 3aa8054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/Dockerfile-python-pg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:3.11-slim-bullseye AS python-stage
2-
FROM postgres:15.8-bullseye
2+
FROM postgres:15.14-bullseye
33

44
ARG DEPENDENCIES=" \
55
libexpat1-dev \

0 commit comments

Comments
 (0)