Compare commits

...

3 Commits

Author SHA1 Message Date
SecretMineDE 0c79ccf1fc Merge pull request 'Update actions/checkout action to v7' (#10) from renovate/actions-checkout-7.x into main
Build image / build-image (push) Successful in 38s
Reviewed-on: #10
2026-06-19 07:15:39 +02:00
Renovate e0064c4d1e Update actions/checkout action to v7 2026-06-19 00:01:09 +00:00
SecretMineDE edc651ee88 pin dependencies
Build image / build-image (push) Successful in 25s
2026-04-05 10:30:15 +02:00
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v6 uses: actions/checkout@v7
with: with:
github-server-url: 'https://git.secretmine.de/' github-server-url: 'https://git.secretmine.de/'
- name: Login to Registry - name: Login to Registry
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
contents: read contents: read
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v6 uses: actions/checkout@v7
- name: Login to Registry - name: Login to Registry
uses: docker/login-action@v4 uses: docker/login-action@v4
with: with:
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3-slim-trixie FROM python:3.14-slim-trixie
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y \ apt-get install -y \
+3 -3
View File
@@ -1,3 +1,3 @@
flask flask==3.1.3
pyyaml pyyaml==6.0.3
bootstrap-flask bootstrap-flask==2.5.0