From 03b9516efeb93a9858b00b718afbf3f14e5c4b6c Mon Sep 17 00:00:00 2001 From: Alexis Legeay Date: Tue, 6 Aug 2024 16:48:33 +0200 Subject: [PATCH] Update Ansible 10.2.0-r0 (#23) * Update Ansible 10.2.0-r0 * Update Dockerfile --- .github/workflows/ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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