Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 7e57667 commit eb841ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ansible/host_vars/authentik/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
volumes:
- redis:/data
server:
image: ghcr.io/goauthentik/server:2024.10.0@sha256:7b2deaf050dd00767a0baa3dec48b07e4cc977825e4391bed04136a213e46d6e
image: ghcr.io/goauthentik/server:2024.10.1@sha256:52611cf73ec6880b76a2e437f57ac3f2213b1000f7c82080edc6201b33718803
restart: always
command: server
environment:
Expand Down Expand Up @@ -61,7 +61,7 @@ services:
- postgresql
- redis
worker:
image: ghcr.io/goauthentik/server:2024.10.0@sha256:7b2deaf050dd00767a0baa3dec48b07e4cc977825e4391bed04136a213e46d6e
image: ghcr.io/goauthentik/server:2024.10.1@sha256:52611cf73ec6880b76a2e437f57ac3f2213b1000f7c82080edc6201b33718803
restart: always
command: worker
environment:
Expand Down
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pre-commit==4.0.1
yamllint==1.35.1
ansible==10.5.0
ansible==10.6.0
ansible-lint==24.9.2
jmespath==1.0.1
pylint-venv==3.0.4
Expand Down

0 comments on commit eb841ef

Please sign in to comment.