From a1b46c61d699f706c21b3e10d52d87191748516b Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 16 Feb 2023 21:02:03 +0100 Subject: [PATCH] push s6 to 3.1.3.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2efa7cb..0dfa289 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM docker.io/alpine:3.17 AS builder LABEL maintainer="Sebastian Hugentobler " -ENV S6_OVERLAY_VERSION=v3.1.2.1 +ENV S6_OVERLAY_VERSION=v3.1.3.0 RUN apk --no-cache add \ git \