From 18dfc6e9e2ceaa9be9999cc49c74d8258c8d62ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 20:16:46 -0700 Subject: [PATCH] Bump alpine from 3.15 to 3.16 (#279) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luca Comellini --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8a22aab5..aadd2db4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN xx-apt install -y xx-cxx-essentials zlib1g-dev libcurl4-openssl-dev libc-are ### Build base image for alpine -FROM --platform=$BUILDPLATFORM alpine:3.15 as build-base-alpine +FROM --platform=$BUILDPLATFORM alpine:3.16 as build-base-alpine RUN apk add --no-cache \ alpine-sdk \ @@ -47,7 +47,7 @@ RUN apk add --no-cache \ COPY --from=xx / / ARG TARGETPLATFORM -RUN xx-apk add --no-cache xx-cxx-essentials openssl-dev zlib-dev zlib libgcc curl-dev msgpack-c-dev +RUN xx-apk add --no-cache xx-cxx-essentials openssl-dev zlib-dev zlib libgcc curl-dev msgpack-cxx-dev ### Build image