From c1097d36a928ed39c3623b8ea6754ac596d62414 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 11:51:39 +0000 Subject: [PATCH] Update alpine Docker tag to v3.19.1 --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index a8661e5..ada97c1 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM alpine:3.17.3 +FROM alpine:3.19.1 SHELL ["/bin/sh", "-euxo", "pipefail", "-c"] RUN apk add bash git go cabal \