Skip to content

Update postgres Docker tag to v16 - autoclosed #1052

Update postgres Docker tag to v16 - autoclosed

Update postgres Docker tag to v16 - autoclosed #1052

Workflow file for this run

name: validate
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: validate config
run: |
docker compose config -q
docker compose pull