Skip to content

Commit

Permalink
Merge pull request #47 from OCHA-DAP/teodorescuserban-patch-1
Browse files Browse the repository at this point in the history
[HAPI-202] fix postgres dump version
  • Loading branch information
turnerm authored Oct 12, 2023
2 parents 4741a06 + 54b1e38 commit 17f5437
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/db_export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

services:
postgres:
image: postgres
image: postgres:14-alpine
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [0.4.2] - 2023-10-12

### Fixed

- Pinned postgres docker image version in DB export GitHub action

## [0.4.1] - 2023-10-11

### Fixed
Expand Down

0 comments on commit 17f5437

Please sign in to comment.