From ab9dc63d981de13e6d1f458a4ccf69682e059e7a Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 12 Jul 2022 18:29:51 +0200 Subject: [PATCH] push alpine version to 3.16 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 57bfa55..cebbfd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM alpine:3.15 AS builder +FROM docker.io/alpine:3.16 AS builder LABEL maintainer="Sebastian Hugentobler " -ENV S6_OVERLAY_VERSION=2ef4d7a44b6b9c5829544241e1ea3dc247032599 +ENV S6_OVERLAY_VERSION=v3.1.1.2 RUN apk --no-cache add \ git \ @@ -17,7 +17,7 @@ RUN git checkout "$S6_OVERLAY_VERSION" RUN make ARCH=x86_64-linux-musl -FROM alpine:3.15 +FROM docker.io/alpine:3.16 ENV LANG=en_US.UTF-8 ENV S6_KEEP_ENV=1