1 Commits

Author SHA1 Message Date
renovate[bot]
1c14321b92 Update docker/build-push-action action to v6 2024-06-17 10:21:29 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
push: true
tags: |

View File

@@ -1,4 +1,4 @@
FROM python:3.13-alpine
FROM python:3.11-alpine
COPY requirements.txt /app/
COPY aaisp2mqtt.py /app/