Compare commits

..

1 Commits

Author SHA1 Message Date
47befcf51a chore(deps): update elixir docker tag to v1.14.5
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
2023-05-23 21:46:51 +00:00
3 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ trigger:
steps:
- name: database healthcheck
image: 'postgres:15.3-alpine'
image: 'postgres:14.5-alpine'
environment:
PGUSER: postgres
PGPASSWORD: postgres
@ -75,7 +75,7 @@ steps:
services:
- name: db
image: 'postgres:15.3-alpine'
image: 'postgres:14.5-alpine'
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres

View File

@ -1,2 +1,2 @@
erlang 24.3.4
elixir 1.15.0
elixir 1.14.5

View File

@ -3,7 +3,7 @@ version: '3.7'
services:
db:
image: 'postgres:15.3-alpine'
image: 'postgres:14.5-alpine'
hostname: &db_host db
init: true
environment: