Skip to content

Commit ada5ec7

Browse files
committed
Update containers images
1 parent 95ec1e0 commit ada5ec7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '2'
33
services:
44

55
dms:
6-
image: andrglo/everest:18.14.2
6+
image: andrglo/everest:latest
77
hostname: json-schema-entity
88
container_name: json-schema-entity-dms-1
99
command: tail -f /dev/null
@@ -20,15 +20,15 @@ services:
2020
restart: always
2121

2222
mssql:
23-
image: mcr.microsoft.com/mssql/server:2019-CU11-ubuntu-20.04
23+
image: mcr.microsoft.com/mssql/server:2022-CU1-ubuntu-20.04
2424
container_name: json-schema-entity-mssql-1
2525
environment:
2626
- ACCEPT_EULA=Y
2727
- SA_PASSWORD=Passw0rd
2828
restart: always
2929

3030
postgres:
31-
image: postgres:15.2-alpine
31+
image: andrglo/postgres:15
3232
container_name: json-schema-entity-postgres-1
3333
environment:
3434
- POSTGRES_USER=postgres

0 commit comments

Comments
 (0)