Skip to content

Update Python base image to 3.11-alpine #36

Update Python base image to 3.11-alpine

Update Python base image to 3.11-alpine #36

Workflow file for this run

---
name: Docker
on:
- push
- pull_request
jobs:
docker-build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: docker
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag $GITHUB_REPOSITORY:$(date +%s)