Skip to content

fix: docker/Dockerfile to reduce vulnerabilities #38

fix: docker/Dockerfile to reduce vulnerabilities

fix: docker/Dockerfile to reduce vulnerabilities #38

Workflow file for this run

name: Build and test container
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build image
run: make docker-build
- name: Test image
run: make test