Skip to content

Commit

Permalink
chore(#80): pin development images versions
Browse files Browse the repository at this point in the history
  • Loading branch information
m5r committed Aug 15, 2023
1 parent 469d6d7 commit 263e5f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion development/docker-compose.smtp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

services:
maildev:
image: maildev/maildev:latest
image: maildev/maildev:2.1.0
ports:
- "1080:1080"
networks:
Expand Down
4 changes: 2 additions & 2 deletions development/fake-cht/docker-compose.fake-cht.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ volumes:

services:
fake-cht:
image: node:latest
image: node:lts-alpine
user: "node"
working_dir: /home/node/app
volumes:
Expand All @@ -17,7 +17,7 @@ services:
npm start"
postgres:
image: postgres:latest
image: postgres:15
environment:
POSTGRES_DB: cht
POSTGRES_USER: postgres_root
Expand Down

0 comments on commit 263e5f1

Please sign in to comment.