Skip to content

Commit 02177ac

Browse files
Bump postgres in /backend/db-setup
Bumps postgres from 14.18-alpine3.22 to 17.6-alpine3.22. --- updated-dependencies: - dependency-name: postgres dependency-version: 17.6-alpine3.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f1f5de1 commit 02177ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/db-setup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM postgres:14.18-alpine3.22
1+
FROM postgres:17.6-alpine3.22
22

33
RUN apk add py3-pip postgresql-libs gcc musl-dev postgresql-dev make
44
COPY ./requirements.txt /usr/local/lib/requirements.txt

0 commit comments

Comments
 (0)