File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- ARG POSTGRES_VERSION=10.2
1
+ ARG POSTGRES_VERSION=11.8
2
2
FROM postgres:${POSTGRES_VERSION}
3
3
4
4
# ================================================================================================
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2018 Docker Framework
3
+ Copyright (c) 2020 Docker Framework
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
# PostgreSQL Container
2
2
PostgreSQL Container of Docker Framework
3
3
4
- [](https://travis-ci.org/dockerframework/postgresql) [](https://microbadger.com/images/dockerframework/postgresql:latest "Layers") [](https://microbadger.com/images/dockerframework/postgresql:latest "Version") [](https://github.com/dockerframework/postgresql/issues) [](https://github.com/dockerframework/postgresql/network) [](https://github.com/dockerframework/postgresql/stargazers) [](https://raw.githubusercontent.com/dockerframework/postgresql/master/LICENSE)
4
+ [](https://travis-ci.org/dockerframework/postgresql) [](https://microbadger.com/images/dockerframework/postgresql:11.8 "Layers") [](https://microbadger.com/images/dockerframework/postgresql:11.8 "Version") [](https://github.com/dockerframework/postgresql/issues) [](https://github.com/dockerframework/postgresql/network) [](https://github.com/dockerframework/postgresql/stargazers) [](https://raw.githubusercontent.com/dockerframework/postgresql/master/LICENSE)
Original file line number Diff line number Diff line change 1
- version : ' 3.2 '
1
+ version : ' 3.6 '
2
2
3
3
services :
4
4
Original file line number Diff line number Diff line change 1
- version : ' 3.2 '
1
+ version : ' 3.6 '
2
2
3
3
services :
4
4
@@ -15,7 +15,7 @@ services:
15
15
- /etc/localtime:/etc/localtime:ro
16
16
- ./data/postgresql:/var/lib/postgresql # volume for data
17
17
environment :
18
- - POSTGRES_VERSION=10.2
18
+ - POSTGRES_VERSION=11.8
19
19
- POSTGRES_ROOT_HOST=postgresql # grant user hostmask (optional)
20
20
- POSTGRES_DATABASE=laradock_postgresql # create database (optional)
21
21
- POSTGRES_USER=laradock # grant user name (optional)
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
DOCKER_IMAGE=" dockerframework/postgresql"
4
- DOCKER_TAG=" latest "
4
+ DOCKER_TAG=" 11.8 "
5
5
6
6
# ### Halt script on error
7
7
set -e
You can’t perform that action at this time.
0 commit comments