Skip to content

Bump alpine from 3.19 to 3.20 #17

Bump alpine from 3.19 to 3.20

Bump alpine from 3.19 to 3.20 #17

Workflow file for this run

name: build
on:
workflow_dispatch:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build container image
run: docker build -t test/bpdispatcher:latest .