Skip to content

Commit

Permalink
Fix Postgres version to 9.5.25
Browse files Browse the repository at this point in the history
  • Loading branch information
mpugach committed Feb 26, 2023
1 parent 06212ae commit 2720a4e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-and-test.yml
Expand Up @@ -17,6 +17,7 @@ jobs:
env:
POSTGRES_DB: va_db_tst
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
steps:
- name: Get repo
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion db/structure.sql
Expand Up @@ -2,7 +2,7 @@
-- PostgreSQL database dump
--

-- Dumped from database version 9.5.4
-- Dumped from database version 9.5.25
-- Dumped by pg_dump version 9.5.25

SET statement_timeout = 0;
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Expand Up @@ -10,6 +10,7 @@ services:
environment:
POSTGRES_DB: va_db
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres

redis:
image: redis:3.2.12-alpine
Expand Down
2 changes: 1 addition & 1 deletion docker/postgres_ua/Dockerfile
@@ -1,4 +1,4 @@
FROM postgres:9.5
FROM postgres:9.5.25

LABEL maintainer="Maksym Pugach <pugach.m@gmail.com>"

Expand Down

0 comments on commit 2720a4e

Please sign in to comment.