Skip to content

Commit

Permalink
test updates of postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed May 15, 2022
1 parent 41d8138 commit b86e872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:

services:
postgres:
image: 'postgres:13-alpine@sha256:0d3137d83b50573cc17d5998a62f79075d4088daec4d408a240e960a99f5da4e'
image: 'postgres:13-alpine'
env:
POSTGRES_DB: 'ecamp3test'
POSTGRES_PASSWORD: 'ecamp3'
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ services:
- ./print/print.env

database:
image: postgres:13-alpine@sha256:0d3137d83b50573cc17d5998a62f79075d4088daec4d408a240e960a99f5da4e
image: postgres:14-alpine@sha256:20e49432a20e1a63bb985977c32ec8f110bc609b93de35ad4f19c5486abcefaa
container_name: 'ecamp3-database'
environment:
- POSTGRES_DB=ecamp3dev
Expand Down

0 comments on commit b86e872

Please sign in to comment.