From c12810d7a0dccea6d46d57f696161a6cb8ca80b1 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 23 Jun 2023 23:36:06 +0300 Subject: [PATCH] Bats: Update to Alpine 3.18. --- images/bats/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/bats/Dockerfile b/images/bats/Dockerfile index de00fb1..33718a2 100644 --- a/images/bats/Dockerfile +++ b/images/bats/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.hub.docker.com/library/alpine:3.17 +FROM registry.hub.docker.com/library/alpine:3.18 # hadolint ignore=DL3018 RUN apk add --update --no-cache \ bats \ -- GitLab