From ff88d28fd3d91c2f9721bbfb34cf7a7346a85e8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:37:15 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.19 --- github/crud/Dockerfile | 2 +- github/git-push/Dockerfile | 2 +- github/release-assets/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/github/crud/Dockerfile b/github/crud/Dockerfile index e8467d58..197d8b3b 100644 --- a/github/crud/Dockerfile +++ b/github/crud/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16 +FROM alpine:3.19 LABEL maintainer="Cloud Posse " diff --git a/github/git-push/Dockerfile b/github/git-push/Dockerfile index 253870df..ecae1786 100644 --- a/github/git-push/Dockerfile +++ b/github/git-push/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16 +FROM alpine:3.19 LABEL maintainer="Cloud Posse " diff --git a/github/release-assets/Dockerfile b/github/release-assets/Dockerfile index 0eb17b83..125aaf83 100644 --- a/github/release-assets/Dockerfile +++ b/github/release-assets/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16 +FROM alpine:3.19 LABEL maintainer="Cloud Posse "