Merge branch 'main' into renovate/node-22.x

This commit is contained in:
Kumi 2025-03-04 17:31:56 +00:00
commit 13a96c457f
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push to Docker Hub
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: |

View file

@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21
ENV APP_ENV=/opt/venv
ENV PATH="${APP_ENV}/bin:$PATH"