Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 1670ad3 commit 2d8fbac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .woodpecker/ansible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.20
FROM alpine:3.21

# hadolint ignore=DL3018
RUN apk add --update --no-cache ansible ansible-lint openssh nano py3-ruamel.yaml \
Expand Down

0 comments on commit 2d8fbac

Please sign in to comment.