Skip to content

Bump postgres from 16.2-alpine to 16.3-alpine in /deployment/database #9

Bump postgres from 16.2-alpine to 16.3-alpine in /deployment/database

Bump postgres from 16.2-alpine to 16.3-alpine in /deployment/database #9

Workflow file for this run

name: 'Check Dockerfiles with hadolint'
on:
pull_request:
paths:
- '**/Dockerfile'
jobs:
hadolint:
runs-on: ubuntu-latest
steps:
- name: Checkout latest
uses: actions/checkout@v4
- name: Run hadolint
uses: hadolint/[email protected]
with:
recursive: true