Compare commits

...

5 Commits

3 changed files with 4 additions and 2 deletions

View File

@@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: renovate/renovate:41.97.7 image: renovate/renovate:41.97.7
options: |-
--network=bridge
steps: steps:
- name: Checkout repository - name: Checkout repository

View File

@@ -78,7 +78,7 @@ spec:
key: postgres-password key: postgres-password
containers: containers:
- name: ghostfolio - name: ghostfolio
image: docker.io/ghostfolio/ghostfolio:2.207.0 image: docker.io/ghostfolio/ghostfolio:2.208.0
securityContext: securityContext:
capabilities: capabilities:
drop: drop:

View File

@@ -61,7 +61,7 @@ spec:
- name: runner-data - name: runner-data
mountPath: /data mountPath: /data
- name: daemon - name: daemon
image: docker:28.4.0-dind image: docker:28.5.1-dind
env: env:
- name: DOCKER_TLS_CERTDIR - name: DOCKER_TLS_CERTDIR
value: /certs value: /certs