Skip to content

Commit

Permalink
feat: upgrade postgresql-client to 15 (#564)
Browse files Browse the repository at this point in the history
For PHP 8.1 and 8.2 versions
  • Loading branch information
fedor-boev authored Mar 13, 2023
1 parent 5e086bc commit 3042ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtimes/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="Taylor Otwell"

ARG WWWGROUP
ARG NODE_VERSION=18
ARG POSTGRES_VERSION=14
ARG POSTGRES_VERSION=15

WORKDIR /var/www/html

Expand Down
2 changes: 1 addition & 1 deletion runtimes/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="Taylor Otwell"

ARG WWWGROUP
ARG NODE_VERSION=18
ARG POSTGRES_VERSION=14
ARG POSTGRES_VERSION=15

WORKDIR /var/www/html

Expand Down

0 comments on commit 3042ff8

Please sign in to comment.