Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wastrachan committed Jan 4, 2025
1 parent f5bfa4b commit 3cef833
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-bookworm
FROM python:3.13-bookworm

LABEL org.opencontainers.image.title="Ansible Runner"
LABEL org.opencontainers.image.description="Ansible Run Container"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2024 Gamers Outreach Foundation
Copyright 2025 Gamers Outreach Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion overlay/opt/buildpack/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ansible
ansible-lint
ansible-pylibssh
paramiko
pyavd[ansible-collection]==4.10.1
pyavd[ansible-collection]==5.1.0
11 changes: 1 addition & 10 deletions overlay/opt/buildpack/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,7 @@ collections:
version: 7.1.0
source: https://galaxy.ansible.com
- name: arista.avd
version: 4.6.0
source: https://galaxy.ansible.com
- name: community.docker
version: 3.12.1
source: https://galaxy.ansible.com
- name: community.general
version: 9.3.0
source: https://galaxy.ansible.com
- name: ansible.posix
version: 1.5.4
version: 5.1.0
source: https://galaxy.ansible.com
- name: vyos.vyos
version: 5.0.0
Expand Down

0 comments on commit 3cef833

Please sign in to comment.