Update dockerfile to use postgresql version 15
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
8797e6af7c
commit
e65dd3ee87
@ -1,6 +1,6 @@
|
|||||||
FROM php:8.3-fpm-alpine AS chill_base_php82
|
FROM php:8.3-fpm-alpine AS chill_base_php82
|
||||||
|
|
||||||
ENV POSTGRES_VERSION=14
|
ENV POSTGRES_VERSION=15
|
||||||
|
|
||||||
# default UID for the PHP user
|
# default UID for the PHP user
|
||||||
ARG UID=1000
|
ARG UID=1000
|
||||||
|
Loading…
Reference in New Issue
Block a user