Compare commits
3 Commits
aa4b99848a
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c79ccf1fc | |||
| e0064c4d1e | |||
| edc651ee88 |
@@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v7
|
||||
with:
|
||||
github-server-url: 'https://git.secretmine.de/'
|
||||
- name: Login to Registry
|
||||
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
contents: read
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v7
|
||||
- name: Login to Registry
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:3-slim-trixie
|
||||
FROM python:3.14-slim-trixie
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y \
|
||||
|
||||
+3
-3
@@ -1,3 +1,3 @@
|
||||
flask
|
||||
pyyaml
|
||||
bootstrap-flask
|
||||
flask==3.1.3
|
||||
pyyaml==6.0.3
|
||||
bootstrap-flask==2.5.0
|
||||
|
||||
Reference in New Issue
Block a user