Skip to content

Update to Alpine Linux 3.19 and improved README to show size differences for alpine versions. #15

Update to Alpine Linux 3.19 and improved README to show size differences for alpine versions.

Update to Alpine Linux 3.19 and improved README to show size differences for alpine versions. #15

Workflow file for this run

name: test-docker
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check-docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker build -t mini-docker-rust .
- run: docker run mini-docker-rust