From 4b06d2ccc4b61f4d70e822daeb9e0b563c6d9d47 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 07:36:08 +0000 Subject: [PATCH] Bump alpine from 3.13.2 to 3.13.3 Bumps alpine from 3.13.2 to 3.13.3. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0a3660d..cc7ff3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13.2 AS builder +FROM alpine:3.13.3 AS builder RUN apk add --no-cache --update git \ alpine-sdk \ cmake \ @@ -13,7 +13,7 @@ FROM koalaman/shellcheck:v0.7.1 AS test COPY . /app RUN ["shellcheck", "/app/screenshot"] -FROM alpine:3.13.2 as prod +FROM alpine:3.13.3 as prod LABEL org.opencontainers.image.source=https://github.com/lainiwa/screenshot ENV SCREENSHOT_DIR /opt/shared COPY --from=builder /root/ect/build/ect /usr/local/bin