Skip to content

fix: docker/php/Dockerfile to reduce vulnerabilities #115

fix: docker/php/Dockerfile to reduce vulnerabilities

fix: docker/php/Dockerfile to reduce vulnerabilities #115

Workflow file for this run

name: Tests
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker-compose pull
- uses: satackey/[email protected]
continue-on-error: true
- run: docker-compose build
- run: make all