Skip to content

Commit b559dff

Browse files
Update version to 12.5-debian
1 parent c11052c commit b559dff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG POSTGRES_VERSION=12.3
1+
ARG POSTGRES_VERSION=12.5
22
FROM postgres:${POSTGRES_VERSION}
33

44
# ================================================================================================

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- /etc/localtime:/etc/localtime:ro
1616
- ./data/postgresql:/var/lib/postgresql # volume for data
1717
environment:
18-
- POSTGRES_VERSION=12.3
18+
- POSTGRES_VERSION=12.5
1919
- POSTGRES_ROOT_HOST=postgresql # grant user hostmask (optional)
2020
- POSTGRES_DATABASE=laradock_postgresql # create database (optional)
2121
- POSTGRES_USER=laradock # grant user name (optional)

0 commit comments

Comments
 (0)