diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index a95a307..edad5d2 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -2,9 +2,8 @@ name: Docker Image CI on: push: - branches: [ "master" ] - tags: - - "*" + branches: [ "*" ] + tags: [ "*" ] jobs: build: diff --git a/Dockerfile b/Dockerfile index 938217f..4bd7ad9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Globals and input args -FROM python:3.9.16-alpine3.17 +FROM python:3.11.5-alpine3.18 WORKDIR /app # Prepare our app requirements and install it...