From a5b7acc37d31dc6bea47ec5a4fbd3cf7f41f1a2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 05:05:42 +0000 Subject: [PATCH] chore(deps): bump alpine from 3.16.0 to 3.16.2 Bumps alpine from 3.16.0 to 3.16.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0f0abcf..1d3fe35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16.0 as build +FROM alpine:3.16.2 as build RUN apk --no-cache add alpine-sdk bash clang cmake git @@ -19,7 +19,7 @@ RUN git clone --branch $FLATCC_VERSION https://github.com/dvidelabs/flatcc.git & scripts/initbuild.sh make && \ scripts/build.sh -FROM alpine:3.16.0 +FROM alpine:3.16.2 # Required dependency for the binaries. RUN apk --no-cache add libstdc++