Skip to content

Commit

Permalink
bump: bump base postrgres image version
Browse files Browse the repository at this point in the history
  • Loading branch information
tompaz3 committed Mar 6, 2022
1 parent 21eea61 commit 53fe9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-db/multiple-dbs/dockerfile/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM postgres:13-alpine
FROM postgres:14.2-alpine
COPY ./create-db.sh /docker-entrypoint-initdb.d/
RUN chmod 755 /docker-entrypoint-initdb.d/create-db.sh

0 comments on commit 53fe9bc

Please sign in to comment.