Skip to content

Commit

Permalink
Update Ansible 10.2.0-r0 (#23)
Browse files Browse the repository at this point in the history
* Update Ansible 10.2.0-r0

* Update Dockerfile
  • Loading branch information
alegeay authored Aug 6, 2024
1 parent 9144569 commit 03b9516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build Docker

env:
ANSIBLE_VERSION: 9.5.1-r0
ANSIBLE_VERSION: 10.2.0-r0

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3
FROM alpine:edge

ARG ANSIBLE_VERSION

Expand Down

0 comments on commit 03b9516

Please sign in to comment.