From d82b1ccea6a827d94e08c2180f27c4b44e97ed1a Mon Sep 17 00:00:00 2001 From: CSRBot Date: Sun, 26 Mar 2023 17:42:53 +0200 Subject: [PATCH] Update dependency docker.io/library/alpine to v3.17.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c087563..f210292 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/alpine:3.17.1 AS build +FROM docker.io/library/alpine:3.17.2 AS build ARG JQ_VERSION