From 53d686fcce727fe4a2cadd75ad46d13d47acdad8 Mon Sep 17 00:00:00 2001 From: Alexis Legeay Date: Tue, 6 Aug 2024 16:40:47 +0200 Subject: [PATCH 1/2] Update Ansible 10.2.0-r0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From b8077e495fcb58b15ea299ddc05f1b3be38302c1 Mon Sep 17 00:00:00 2001 From: Alexis Legeay Date: Tue, 6 Aug 2024 16:43:47 +0200 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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