Skip to content

Bump alpine from 3.16.1 to 3.20.1 #72

Bump alpine from 3.16.1 to 3.20.1

Bump alpine from 3.16.1 to 3.20.1 #72

Workflow file for this run

name: Build Docker Image
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag nginx-rtmp:$(date +%s)