Skip to content

[Snyk] Security upgrade Microsoft.AspNetCore.Authentication.JwtBearer from 6.0.0 to 6.0.26 #109

[Snyk] Security upgrade Microsoft.AspNetCore.Authentication.JwtBearer from 6.0.0 to 6.0.26

[Snyk] Security upgrade Microsoft.AspNetCore.Authentication.JwtBearer from 6.0.0 to 6.0.26 #109

name: Dockerfile validation
on:
pull_request:
branches: [ develop, master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: |
cd ./ShareBook
docker build . --file ./ShareBook.Api/Dockerfile --tag my-image-name:$(date +%s)