Skip to content

fix: Dockerfile to reduce vulnerabilities #28

fix: Dockerfile to reduce vulnerabilities

fix: Dockerfile to reduce vulnerabilities #28

Workflow file for this run

name: GHFC 223
on: [push, workflow_dispatch]
jobs:
job1:
runs-on: ubuntu-latest
name: Job
steps:
- run: id
- run: uname -a
- run: env
- run: echo "hello GHFC!"