Skip to content

Commit

Permalink
Merge pull request #133 from grillazz/129-import-xlsx-endpoint
Browse files Browse the repository at this point in the history
bump postgresql
  • Loading branch information
grillazz authored Feb 15, 2024
2 parents da39fa0 + 0bb5c8f commit a5ea9f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
ports:
- 6379:6379
sqldb:
image: postgres:14
image: postgres:16
env:
POSTGRES_USER: app-user
POSTGRES_PASSWORD: secret
Expand Down
2 changes: 1 addition & 1 deletion db/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pull official base image
FROM postgres:14-alpine
FROM postgres:16-alpine

# run create.sql on init
ADD create.sql /docker-entrypoint-initdb.d
Expand Down

0 comments on commit a5ea9f8

Please sign in to comment.