Skip to content

Bump alpine from 3.20 to 3.21 #27

Bump alpine from 3.20 to 3.21

Bump alpine from 3.20 to 3.21 #27

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@v4
- name: Build container image
run: docker build -t test/bpdispatcher:latest .