diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a856c7..37c35fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: Build Docker env: - ANSIBLE_VERSION: 9.5.1-r0 + ANSIBLE_VERSION: 10.2.0-r0 on: push: diff --git a/Dockerfile b/Dockerfile index 2d1c2cf..f95bc22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3 +FROM alpine:edge ARG ANSIBLE_VERSION