From 3ea349de6ff8735364e40592d0c0acb40ea817a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 03:36:58 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.21 --- .woodpecker/ansible.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/ansible.yaml b/.woodpecker/ansible.yaml index 3827fb6..cf6cc7d 100644 --- a/.woodpecker/ansible.yaml +++ b/.woodpecker/ansible.yaml @@ -6,7 +6,7 @@ when: steps: - name: 'Install galaxy requirements' - image: alpine:3.20 + image: alpine:3.21 commands: - apk add -q --no-cache ansible git - ansible-galaxy install -r requirements.yaml diff --git a/Dockerfile b/Dockerfile index 0cbaa42..a188439 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20 +FROM alpine:3.21 # hadolint ignore=DL3018 RUN apk add --update --no-cache ansible ansible-lint openssh nano py3-ruamel.yaml \