diff --git a/Dockerfile b/Dockerfile index e2b3073..f09f1ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.14.2 AS builder +FROM alpine:3.16.2 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.14.2 as prod +FROM alpine:3.16.2 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